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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2013-03-13 21:30:31 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2013-03-13 21:30:31 +0400
commit385650974a3f38cfcebdcbfb71bac24b021e850d (patch)
treec5ebd2c4427fc62f2104481a19704812597164c6 /source/blender/blenlib/BLI_fileops.h
parent5162a155afe279519ad353312307ab5496c16603 (diff)
Fix for build error with previous commit, seems the order of #includes matters here.
Diffstat (limited to 'source/blender/blenlib/BLI_fileops.h')
-rw-r--r--source/blender/blenlib/BLI_fileops.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/source/blender/blenlib/BLI_fileops.h b/source/blender/blenlib/BLI_fileops.h
index 820f32f7158..217afb1ca21 100644
--- a/source/blender/blenlib/BLI_fileops.h
+++ b/source/blender/blenlib/BLI_fileops.h
@@ -33,14 +33,6 @@
#ifndef __BLI_FILEOPS_H__
#define __BLI_FILEOPS_H__
-/* for 64 bit fseek, ftell, .. */
-#ifdef WIN32
-#include "BLI_winstuff.h"
-#endif
-
-/* for bool */
-#include "BLI_utildefines.h"
-
#include <stdio.h>
#include <sys/stat.h>