mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Fix header include order on Linux
The old order caused compilation errors when compiling with GCC.
This commit is contained in:
+3
-3
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user