diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-09-23 22:03:26 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-09-23 22:03:26 +0200 |
commit | 251c961eea640e18a90aaddc6c787d999dca09dd (patch) | |
tree | 79c735a63c3ce7c92d5c619cc752c7f47b82e656 /source/Protocol/Protocol132.h | |
parent | Added to the ignore list: the *nix output executable and Core's banned / whitelist inifiles (diff) | |
download | cuberite-251c961eea640e18a90aaddc6c787d999dca09dd.tar cuberite-251c961eea640e18a90aaddc6c787d999dca09dd.tar.gz cuberite-251c961eea640e18a90aaddc6c787d999dca09dd.tar.bz2 cuberite-251c961eea640e18a90aaddc6c787d999dca09dd.tar.lz cuberite-251c961eea640e18a90aaddc6c787d999dca09dd.tar.xz cuberite-251c961eea640e18a90aaddc6c787d999dca09dd.tar.zst cuberite-251c961eea640e18a90aaddc6c787d999dca09dd.zip |
Diffstat (limited to '')
-rw-r--r-- | source/Protocol/Protocol132.h (renamed from source/Protocol132.h) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/Protocol132.h b/source/Protocol/Protocol132.h index 8c70d8774..dde34ca30 100644 --- a/source/Protocol132.h +++ b/source/Protocol/Protocol132.h @@ -10,8 +10,8 @@ #pragma once
#include "Protocol125.h"
-#include "CryptoPP/modes.h"
-#include "CryptoPP/aes.h"
+#include "../../CryptoPP/modes.h"
+#include "../../CryptoPP/aes.h"
|