From 7032c26e0bb5add472fca53835e7fbaef8ba44e5 Mon Sep 17 00:00:00 2001 From: Simon Clitherow Date: Thu, 22 May 2003 18:17:22 +0000 Subject: [PATCH] removed the unnecessary #include. --- source/blender/src/language.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/blender/src/language.c b/source/blender/src/language.c index 75973174154..209a24a5804 100644 --- a/source/blender/src/language.c +++ b/source/blender/src/language.c @@ -41,7 +41,6 @@ #include "BLI_blenlib.h" #include "BLI_linklist.h" /* linknode */ -#include "BLI_winstuff.h" #include "BIF_language.h" #include "BIF_space.h" /* allqueue() */