From aeb420d9f20f0973d428b5de0bd19f83c684bf54 Mon Sep 17 00:00:00 2001 From: pixel Date: Tue, 29 Jan 2008 10:13:13 +0000 Subject: Smoothing up win32 fixes. --- hashtab.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'hashtab.c') 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 -#endif #include #include "lookupa.h" -- cgit v1.2.3