We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0dffc3 commit bd3c4b2Copy full SHA for bd3c4b2
src/loader/updater.cpp
@@ -27,9 +27,6 @@
27
//---------------------------------------------------------------------------------
28
// Includes
29
30
-// SDK
31
-#include "eiface.h"
32
-
33
// Source.Python
34
#include "updater.h"
35
#include "definitions.h"
@@ -38,6 +35,9 @@
38
#include "boost/filesystem.hpp"
39
36
namespace bfs = boost::filesystem;
40
37
+// SDK
+#include "eiface.h"
+
41
42
43
// Declarations
0 commit comments