summaryrefslogtreecommitdiff
path: root/src/GameSpy/hashtable.c
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2020-09-29 22:55:53 -0400
committerProjectRevoTPP <projectrevotpp@hotmail.com>2020-09-29 22:55:53 -0400
commit7c4be3103501672f96191329ae15d899eb1aae4a (patch)
treea80854618b148babb330a61ad280bfe8c0470745 /src/GameSpy/hashtable.c
parent327f50ac00dd60c264dae63e96ced917d593c651 (diff)
parent89d7e06a792a5859b3d284257612820feb2980a2 (diff)
Merge branch 'master' of https://github.com/doldecomp/pokerevo into label_ctors
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)
{