diff options
author | madmaxoft <github@xoft.cz> | 2013-11-28 09:52:28 +0100 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-11-28 09:52:28 +0100 |
commit | 19895dc428b16445014f90c4a2f4e495bc6767d7 (patch) | |
tree | 987661796620a2b97271b72a148a0b2867a12c5a /Tools/ProtoProxy/Connection.h | |
parent | Voronoi-related biomegens use the new cVoronoiMap class. (diff) | |
download | cuberite-19895dc428b16445014f90c4a2f4e495bc6767d7.tar cuberite-19895dc428b16445014f90c4a2f4e495bc6767d7.tar.gz cuberite-19895dc428b16445014f90c4a2f4e495bc6767d7.tar.bz2 cuberite-19895dc428b16445014f90c4a2f4e495bc6767d7.tar.lz cuberite-19895dc428b16445014f90c4a2f4e495bc6767d7.tar.xz cuberite-19895dc428b16445014f90c4a2f4e495bc6767d7.tar.zst cuberite-19895dc428b16445014f90c4a2f4e495bc6767d7.zip |
Diffstat (limited to '')
-rw-r--r-- | Tools/ProtoProxy/Connection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/ProtoProxy/Connection.h b/Tools/ProtoProxy/Connection.h index c2bce30fb..abb8b6cd0 100644 --- a/Tools/ProtoProxy/Connection.h +++ b/Tools/ProtoProxy/Connection.h @@ -10,7 +10,7 @@ #pragma once #include "ByteBuffer.h" -#include "../../source/OSSupport/Timer.h" +#include "OSSupport/Timer.h" |