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:
authorAntonio Vazquez <blendergit@gmail.com>2019-09-09 16:45:48 +0300
committerAntonio Vazquez <blendergit@gmail.com>2019-09-09 16:45:48 +0300
commit97a5f961c4f8d7c6e6a8b6bf47a49f092329153b (patch)
treeeaa3494a31bc2d0cdeb6c99921c2d88010ef298a /source/blender/blenlib/intern/fileops.c
parent74dcfaf1722f3e789a77adfafe69ea9c176db2f7 (diff)
Fix compiler error in Windows introduced in 322c03f13cb5a756902f310c2a34cf78825fe02d
Diffstat (limited to 'source/blender/blenlib/intern/fileops.c')
-rw-r--r--source/blender/blenlib/intern/fileops.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenlib/intern/fileops.c b/source/blender/blenlib/intern/fileops.c
index 4c1f08f0117..1de8744a6a6 100644
--- a/source/blender/blenlib/intern/fileops.c
+++ b/source/blender/blenlib/intern/fileops.c
@@ -36,7 +36,6 @@
# include <io.h>
# include "BLI_winstuff.h"
# include "BLI_fileops_types.h"
-# include "BKE_callbacks.h"
# include "utf_winfunc.h"
# include "utfconv.h"
#else