Fix header include order on Linux

The old order caused compilation errors when compiling with GCC.
This commit is contained in:
Oliver Hamlet
2016-07-22 21:24:45 +01:00
parent 79807f51fb
commit e876adbcf1
+3 -3
View File
@@ -31,6 +31,9 @@
#include <boost/log/utility/setup/common_attributes.hpp>
#include <boost/log/utility/setup/file.hpp>
#include "backend/app/loot_paths.h"
#include "gui/loot_app.h"
#ifdef _WIN32
#include <include/cef_sandbox_win.h>
#include <windows.h>
@@ -39,9 +42,6 @@
#include <X11/Xlib.h>
#endif
#include "backend/app/loot_paths.h"
#include "gui/loot_app.h"
CefSettings GetCefSettings() {
CefSettings cef_settings;