]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
remove unneeded include
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 23 Dec 2009 21:10:11 +0000 (21:10 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 23 Dec 2009 21:10:11 +0000 (21:10 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9660 d7cf8633-e32d-0410-b094-e92efae38249

utf8lib.h

index 083e918c0723d1fa25d2f306f765e22917e40ede..4c04cfab9c9eaba5b7dc994898d6b23e5879715f 100644 (file)
--- a/utf8lib.h
+++ b/utf8lib.h
@@ -10,7 +10,6 @@
 // let them be 32 bit for now
 // normally, whcar_t is 16 or 32 bit, 16 on linux I think, 32 on haiku and maybe windows
 #ifdef _MSC_VER
-#include <stdint.h>
 typedef __int32 U_int32;
 #else
 #include <stdint.h>