]> git.sesse.net Git - vlc/commitdiff
Remove promiscuous #include <vlc_common.h>
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 5 Jun 2010 10:24:09 +0000 (13:24 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 5 Jun 2010 10:26:35 +0000 (13:26 +0300)
include/vlc_xlib.h
modules/gui/skins2/x11/x11_factory.cpp

index e4f0a0c6c72c0ff11129eeda0222b9f0ab7cbc83..4e3632c34180484d0fc1dfb4150708558754d8d7 100644 (file)
@@ -21,7 +21,6 @@
 #ifndef VLC_XLIB_H
 # define VLC_XLIB_H 1
 
-# include <vlc_common.h>
 # include <X11/Xlib.h>
 
 static inline bool vlc_xlib_init (vlc_object_t *obj)
index 73eed0325f2898feb2a992cdf248506949d658fe..79fdcaac4e25e243898bacc899d77fe3f900711c 100644 (file)
@@ -28,7 +28,6 @@
 #include <dirent.h>
 #include <sys/stat.h>
 #include <X11/Xlib.h>
-#include <vlc_xlib.h>
 
 #include "x11_factory.hpp"
 #include "x11_display.hpp"
@@ -41,6 +40,9 @@
 
 #include "../src/generic_window.hpp"
 
+#include <vlc_common.h>
+#include <vlc_xlib.h>
+
 X11Factory::X11Factory( intf_thread_t *pIntf ): OSFactory( pIntf ),
     m_pDisplay( NULL ), m_pTimerLoop( NULL ), m_dirSep( "/" )
 {