diff options
author | Alexander Harkness <bearbin@gmail.com> | 2013-11-26 18:14:46 +0100 |
---|---|---|
committer | Alexander Harkness <bearbin@gmail.com> | 2013-11-26 18:14:46 +0100 |
commit | 770ef8c60b1adbbf73a091a0c8225366c32f90b5 (patch) | |
tree | 2ba849b14baccbfc06e9cb618a4772527301708f /src/Server.h | |
parent | Another (diff) | |
download | cuberite-770ef8c60b1adbbf73a091a0c8225366c32f90b5.tar cuberite-770ef8c60b1adbbf73a091a0c8225366c32f90b5.tar.gz cuberite-770ef8c60b1adbbf73a091a0c8225366c32f90b5.tar.bz2 cuberite-770ef8c60b1adbbf73a091a0c8225366c32f90b5.tar.lz cuberite-770ef8c60b1adbbf73a091a0c8225366c32f90b5.tar.xz cuberite-770ef8c60b1adbbf73a091a0c8225366c32f90b5.tar.zst cuberite-770ef8c60b1adbbf73a091a0c8225366c32f90b5.zip |
Diffstat (limited to 'src/Server.h')
-rw-r--r-- | src/Server.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Server.h b/src/Server.h index 93a978654..0d93469a5 100644 --- a/src/Server.h +++ b/src/Server.h @@ -11,8 +11,8 @@ #include "OSSupport/SocketThreads.h" #include "OSSupport/ListenThread.h" -#include "../lib/cryptopp/rsa.h" -#include "../lib/cryptopp/randpool.h" +#include "cryptopp/rsa.h" +#include "cryptopp/randpool.h" #include "RCONServer.h" |