summaryrefslogtreecommitdiff
path: root/hashtab.c
diff options
context:
space:
mode:
authorpixel <pixel>2008-01-29 10:13:13 +0000
committerpixel <pixel>2008-01-29 10:13:13 +0000
commitaeb420d9f20f0973d428b5de0bd19f83c684bf54 (patch)
treebf9119050b3510bb12fc77fcfc5ed59ab6ab900b /hashtab.c
parent6d8020e380791e063a70b3802fed2b72de7dcdec (diff)
Smoothing up win32 fixes.
Diffstat (limited to 'hashtab.c')
-rw-r--r--hashtab.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/hashtab.c b/hashtab.c
index 1ddab62..bfe4a41 100644
--- a/hashtab.c
+++ b/hashtab.c
@@ -28,11 +28,6 @@ This implements a hash table.
--------------------------------------------------------------------
*/
-#ifdef WIN32
-#include "stdint.h"
-#else
-#include <stdint.h>
-#endif
#include <memory.h>
#include "lookupa.h"