Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Clitherow <aphex@nildram.co.uk>2003-05-22 22:17:22 +0400
committerSimon Clitherow <aphex@nildram.co.uk>2003-05-22 22:17:22 +0400
commit7032c26e0bb5add472fca53835e7fbaef8ba44e5 (patch)
treea651748a6f559969b6840a982dde500f7655ebdf /source/blender/src/language.c
parentd617df479310b39c8f0ba8f1cbd57bc29d95a8f9 (diff)
removed the unnecessary #include.
Diffstat (limited to 'source/blender/src/language.c')
-rw-r--r--source/blender/src/language.c1
1 files changed, 0 insertions, 1 deletions
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() */