diff options
author | madmaxoft <github@xoft.cz> | 2014-03-12 14:42:04 +0100 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-03-12 14:42:04 +0100 |
commit | f2df33f746936e8dd0dba69e7d77723df8c71472 (patch) | |
tree | 9a2a49460ed9cf57f69a2e9b0e07cf9a6086a02a /src/Tracer.cpp | |
parent | Fixed Lua string return values. (diff) | |
parent | Vector3: Length() should always return a float (diff) | |
download | cuberite-f2df33f746936e8dd0dba69e7d77723df8c71472.tar cuberite-f2df33f746936e8dd0dba69e7d77723df8c71472.tar.gz cuberite-f2df33f746936e8dd0dba69e7d77723df8c71472.tar.bz2 cuberite-f2df33f746936e8dd0dba69e7d77723df8c71472.tar.lz cuberite-f2df33f746936e8dd0dba69e7d77723df8c71472.tar.xz cuberite-f2df33f746936e8dd0dba69e7d77723df8c71472.tar.zst cuberite-f2df33f746936e8dd0dba69e7d77723df8c71472.zip |
Diffstat (limited to 'src/Tracer.cpp')
-rw-r--r-- | src/Tracer.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Tracer.cpp b/src/Tracer.cpp index 968a64439..6da6b2ad7 100644 --- a/src/Tracer.cpp +++ b/src/Tracer.cpp @@ -4,10 +4,6 @@ #include "Tracer.h" #include "World.h" -#include "Vector3f.h" -#include "Vector3i.h" -#include "Vector3d.h" - #include "Entities/Entity.h" #ifndef _WIN32 |