diff gui/wm/ws.h @ 35702:a1d362602a70

Clean up #includes. Group and order them. Remove unnecessary ones.
author ib
date Sun, 20 Jan 2013 00:11:55 +0000
parents 36527758158b
children e6ee0c8ef341
line wrap: on
line diff
--- a/gui/wm/ws.h	Sat Jan 19 21:47:31 2013 +0000
+++ b/gui/wm/ws.h	Sun Jan 20 00:11:55 2013 +0000
@@ -22,12 +22,13 @@
 #ifndef MPLAYER_GUI_WS_H
 #define MPLAYER_GUI_WS_H
 
+#include <X11/Xlib.h>
+#include <X11/Xutil.h>
+
 #include "gui/dialog/dialog.h"
 
 #include "config.h"
 
-#include <X11/Xlib.h>
-#include <X11/Xutil.h>
 #ifdef HAVE_SHM
 #include <X11/extensions/XShm.h>
 #endif