JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Fix floating windows remaining borderless after being fullscreen.
[spectrwm.git] / osx / osx.c
index 4d27aa8..3b22af3 100644 (file)
--- a/osx/osx.c
+++ b/osx/osx.c
@@ -1,5 +1,3 @@
-/* $scrotwm$ */
-
 #include <sys/types.h>
 #include <sys/cdefs.h>
 
@@ -10,7 +8,7 @@
 #include <stdlib.h>
 #include <string.h>
 
-#include "util.h"
+#include "osx.h"
 
 /* --------------------------------------------------------------------------- */
 /*     $OpenBSD: strtonum.c,v 1.6 2004/08/03 19:38:01 millert Exp $    */