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:
authorTon Roosendaal <ton@blender.org>2003-10-15 23:23:54 +0400
committerTon Roosendaal <ton@blender.org>2003-10-15 23:23:54 +0400
commit10333bd1d39460efb2e71930f43342e6b5840c9a (patch)
tree856016c103836bba6030b7852130042cd1d23a66 /source/blender/src/editoops.c
parent478f61563a320d33b51fec02640e41ab4b05f825 (diff)
- removed all #include "interface.h" from files. this is a local/internal
include only (use BIF_interface.h instead) - split up interface.c in two files: NEW: interface_panel.c - removed the temporal text files WARN: FIX AUTOMAKE AND MSVC!
Diffstat (limited to 'source/blender/src/editoops.c')
-rw-r--r--source/blender/src/editoops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/editoops.c b/source/blender/src/editoops.c
index fb87b7cb849..b747a21e5b0 100644
--- a/source/blender/src/editoops.c
+++ b/source/blender/src/editoops.c
@@ -70,6 +70,7 @@
#include "BIF_drawscene.h"
#include "BIF_mywindow.h"
#include "BIF_toolbox.h"
+#include "BIF_interface.h"
#include "BDR_editobject.h"
@@ -78,7 +79,6 @@
#include "blendef.h"
#include "mydevice.h"
-#include "interface.h"
typedef struct TransOops {