Commit 292351be authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove promiscuous #include <vlc_common.h>

parent 3e258835
......@@ -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)
......
......@@ -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( "/" )
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment