[Bf-blender-cvs] [97a5f961c4f] master: Fix compiler error in Windows introduced in 322c03f13cb5a756902f310c2a34cf78825fe02d

Antonio Vazquez noreply at git.blender.org
Mon Sep 9 15:45:53 CEST 2019


Commit: 97a5f961c4f8d7c6e6a8b6bf47a49f092329153b
Author: Antonio Vazquez
Date:   Mon Sep 9 15:45:48 2019 +0200
Branches: master
https://developer.blender.org/rB97a5f961c4f8d7c6e6a8b6bf47a49f092329153b

Fix compiler error in Windows introduced in 322c03f13cb5a756902f310c2a34cf78825fe02d

===================================================================

M	source/blender/blenlib/intern/fileops.c

===================================================================

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



More information about the Bf-blender-cvs mailing list