diff options
author | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2013-11-25 19:29:36 +0100 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2013-11-25 19:29:36 +0100 |
commit | 32449f1fca8379d0c7f38e95834b2a01e62de06c (patch) | |
tree | 43ff9c4e4565d5ef8223646b4d78234b10ad1d4b /src/Protocol/Protocol132.h | |
parent | Attempt to fix compilation (diff) | |
download | cuberite-32449f1fca8379d0c7f38e95834b2a01e62de06c.tar cuberite-32449f1fca8379d0c7f38e95834b2a01e62de06c.tar.gz cuberite-32449f1fca8379d0c7f38e95834b2a01e62de06c.tar.bz2 cuberite-32449f1fca8379d0c7f38e95834b2a01e62de06c.tar.lz cuberite-32449f1fca8379d0c7f38e95834b2a01e62de06c.tar.xz cuberite-32449f1fca8379d0c7f38e95834b2a01e62de06c.tar.zst cuberite-32449f1fca8379d0c7f38e95834b2a01e62de06c.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Protocol/Protocol132.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Protocol/Protocol132.h b/src/Protocol/Protocol132.h index 58e98c208..2023d7960 100644 --- a/src/Protocol/Protocol132.h +++ b/src/Protocol/Protocol132.h @@ -10,8 +10,8 @@ #pragma once #include "Protocol125.h" -#include "../lib/cryptopp/modes.h" -#include "../lib/cryptopp/aes.h" +#include "lib/cryptopp/modes.h" +#include "lib/cryptopp/aes.h" |