Fix Linux build

This commit is contained in:
Pierre Bourdon
2014-02-18 12:09:38 +01:00
parent 2afe215271
commit dc1db82f70
9 changed files with 24 additions and 10 deletions

View File

@ -12,10 +12,6 @@
#include "Common/FileUtil.h"
#include "Common/IniFile.h"
#if defined HAVE_X11 && HAVE_X11
#include <X11/Xlib.h>
#endif
#include "Core/BootManager.h"
#include "Core/ConfigManager.h"
#include "Core/Host.h"
@ -32,6 +28,10 @@
#include <wx/intl.h>
#if defined HAVE_X11 && HAVE_X11
#include <X11/Xlib.h>
#endif
#ifdef _WIN32
#include <shellapi.h>