diff options
Diffstat (limited to 'src/util/pointer.h')
-rw-r--r-- | src/util/pointer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/pointer.h b/src/util/pointer.h index 59b6f5216..d29ec8739 100644 --- a/src/util/pointer.h +++ b/src/util/pointer.h @@ -19,8 +19,8 @@ with this program; if not, write to the Free Software Foundation, Inc., #pragma once -#include "../irrlichttypes.h" -#include "../debug.h" // For assert() +#include "irrlichttypes.h" +#include "debug.h" // For assert() #include <cstring> template <typename T> |