summaryrefslogtreecommitdiff
path: root/core/hash_map.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2018-09-12 10:37:23 +0200
committerGitHub <noreply@github.com>2018-09-12 10:37:23 +0200
commit5bd0ff003fdd82cf84a557251633ebb83bad4fd5 (patch)
tree248dc6dfca0e27c3b03533b45753a16d186d2811 /core/hash_map.h
parentcc71012266f880dcf3b37e40d5f90d9ce8b7a432 (diff)
parent277b24dfb7acdb42589b931252bbe7be81c7536e (diff)
Merge pull request #21978 from akien-mga/include-core-absolute
Make core/ includes absolute, remove subfolders from include path
Diffstat (limited to 'core/hash_map.h')
-rw-r--r--core/hash_map.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/core/hash_map.h b/core/hash_map.h
index 2df743ba7d..8620edba73 100644
--- a/core/hash_map.h
+++ b/core/hash_map.h
@@ -31,12 +31,12 @@
#ifndef HASH_MAP_H
#define HASH_MAP_H
-#include "error_macros.h"
-#include "hashfuncs.h"
-#include "list.h"
-#include "math_funcs.h"
-#include "os/memory.h"
-#include "ustring.h"
+#include "core/error_macros.h"
+#include "core/hashfuncs.h"
+#include "core/list.h"
+#include "core/math/math_funcs.h"
+#include "core/os/memory.h"
+#include "core/ustring.h"
/**
* @class HashMap