diff options
author | Subv <subv2112@gmail.com> | 2014-07-02 11:50:03 -0500 |
---|---|---|
committer | Subv <subv2112@gmail.com> | 2014-07-02 11:50:03 -0500 |
commit | 2874014443cff95e34a75ffa3bfe816ed7143803 (patch) | |
tree | 611ae46672af71d54721676edbf20ef36e21df6f /src/server/authserver/Main.cpp | |
parent | 8df9e98ba5d7e230009f640a95289639ede8b0c1 (diff) |
Cleaned up the authserver includes a bit.
Fixed authserver pch build
Diffstat (limited to 'src/server/authserver/Main.cpp')
-rw-r--r-- | src/server/authserver/Main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/server/authserver/Main.cpp b/src/server/authserver/Main.cpp index 988ee901139..1fdd01ad968 100644 --- a/src/server/authserver/Main.cpp +++ b/src/server/authserver/Main.cpp @@ -28,8 +28,6 @@ #include <openssl/crypto.h> #include <iostream> #include <cstdlib> -#include <boost/bind.hpp> -#include <boost/asio.hpp> #include <boost/date_time/posix_time/posix_time.hpp> #include "Common.h" |