diff options
Diffstat (limited to 'src/trinityrealm/Main.cpp')
-rw-r--r-- | src/trinityrealm/Main.cpp | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/src/trinityrealm/Main.cpp b/src/trinityrealm/Main.cpp index af89643795a..68449ed3d71 100644 --- a/src/trinityrealm/Main.cpp +++ b/src/trinityrealm/Main.cpp @@ -22,18 +22,19 @@ /// @{ /// \file -#include "Common.h" -#include "Database/DatabaseEnv.h" -#include "RealmList.h" +#include <openssl/opensslv.h> +#include <openssl/crypto.h> +#include "Common.h" #include "Config/ConfigEnv.h" -#include "Log.h" +#include "Database/DatabaseEnv.h" #include "sockets/ListenSocket.h" + #include "AuthSocket.h" +#include "Log.h" +#include "RealmList.h" #include "SystemConfig.h" #include "Util.h" -#include <openssl/opensslv.h> -#include <openssl/crypto.h> // Format is YYYYMMDDRR where RR is the change in the conf file // for that day. |