From 916c7f09f832aa3e3a9d4bd14abacc94ee13f0b3 Mon Sep 17 00:00:00 2001 From: click Date: Sat, 14 Aug 2010 21:28:00 +0200 Subject: Buildsystem/Linux: Deprecate and remove use of FindTermcap.cmake - it was only used as a solution for older CentOS versions Core/Genrevision: Move defines from SystemConfig.h file into into revision.h (might need a rename now?) and delete it. This should remove the infamous "rebuild all of game plzkthx"-symptom when upgrading to newer revisions. --HG-- branch : trunk --- src/server/authserver/Main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/server/authserver/Main.cpp') diff --git a/src/server/authserver/Main.cpp b/src/server/authserver/Main.cpp index 88a98cd6cdb..db597055d0b 100644 --- a/src/server/authserver/Main.cpp +++ b/src/server/authserver/Main.cpp @@ -22,13 +22,14 @@ /// @{ /// \file +#include "revision.h" + #include "Common.h" #include "Database/DatabaseEnv.h" #include "Database/PreparedStatements.h" #include "Configuration/Config.h" #include "Log.h" -#include "SystemConfig.h" #include "Util.h" #include "SignalHandler.h" #include "RealmList.h" -- cgit v1.2.3