diff options
Diffstat (limited to 'src/server/bnetserver/PrecompiledHeaders/bnetPCH.h')
| -rw-r--r-- | src/server/bnetserver/PrecompiledHeaders/bnetPCH.h | 26 |
1 files changed, 22 insertions, 4 deletions
diff --git a/src/server/bnetserver/PrecompiledHeaders/bnetPCH.h b/src/server/bnetserver/PrecompiledHeaders/bnetPCH.h index 0be88a714d5..3ef8f4878ed 100644 --- a/src/server/bnetserver/PrecompiledHeaders/bnetPCH.h +++ b/src/server/bnetserver/PrecompiledHeaders/bnetPCH.h @@ -1,5 +1,23 @@ -#include "Configuration/Config.h" +/* + * This file is part of the TrinityCore Project. See AUTHORS file for Copyright information + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see <http://www.gnu.org/licenses/>. + */ + +#include "AccountService.h" +#include "DatabaseEnv.h" #include "LoginRESTService.h" -#include "SessionManager.h" -#include "SslContext.h" -#include "ServiceDispatcher.h" +#include "Service.h" +#include "Session.h" +#include "Util.h" |
