diff options
Diffstat (limited to 'src/util/pointedthing.h')
-rw-r--r-- | src/util/pointedthing.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/pointedthing.h b/src/util/pointedthing.h index bd95ef1f3..4c4c04234 100644 --- a/src/util/pointedthing.h +++ b/src/util/pointedthing.h @@ -19,8 +19,8 @@ with this program; if not, write to the Free Software Foundation, Inc., #pragma once -#include "../irrlichttypes.h" -#include "../irr_v3d.h" +#include "irrlichttypes.h" +#include "irr_v3d.h" #include <iostream> #include <string> |