summaryrefslogtreecommitdiff
path: root/src/GameSpy/hashtable.c
diff options
context:
space:
mode:
authorRevo <projectrevotpp@hotmail.com>2020-09-29 12:50:12 -0400
committerGitHub <noreply@github.com>2020-09-29 12:50:12 -0400
commitbb28572125c45ec20f5fbf85120cd71fb2486bac (patch)
tree7847f3008d5208a45460af5805087f21b7613a4f /src/GameSpy/hashtable.c
parent1cc68edd6a6967c661579858ec0c1cf1d6d644d5 (diff)
parentc285b7af502dfe463479cecfbb26313be3e5f5f4 (diff)
Merge pull request #106 from mparisi20/master
Finish splitting nw4r::lyt and split more standard library modules
Diffstat (limited to 'src/GameSpy/hashtable.c')
-rw-r--r--src/GameSpy/hashtable.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GameSpy/hashtable.c b/src/GameSpy/hashtable.c
index d170aa7..0e1c09a 100644
--- a/src/GameSpy/hashtable.c
+++ b/src/GameSpy/hashtable.c
@@ -1,6 +1,6 @@
#include "types.h"
-#include "nonport.h"
-#include "hashtable.h"
+#include "GameSpy/nonport.h"
+#include "GameSpy/hashtable.h"
HashTable *TableNew(u32 p1, s32 p2, HashFunction hf, CompareFunction cmp, DtorFunction dtor)
{