diff options
author | panaut0lordv <panaut0lordv@gmail.com> | 2009-06-04 21:41:07 +0200 |
---|---|---|
committer | panaut0lordv <panaut0lordv@gmail.com> | 2009-06-04 21:41:07 +0200 |
commit | f6447e8f34c28785f605e2ae0882c24799d34456 (patch) | |
tree | df83e1ffc575f05b56cb9a817a4dd7b83b22123f /src/trinityrealm/Main.cpp | |
parent | ee5f4a93a6163ba7e6ef96570408b7b48f2fe383 (diff) |
*Including style fixing - part 1
--HG--
branch : trunk
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. |