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>2007-03-25 20:05:46 +0400
committerTon Roosendaal <ton@blender.org>2007-03-25 20:05:46 +0400
commit0eff40f01f9ebf3995d43ebe84e071848ff2fb9c (patch)
tree45a587e5ceeeec523ee026261dfb2a0104e62f6d /source/blender/nodes/intern/CMP_util.h
parente5455fa1f30a88b1d45e0389ac4980c202a188c5 (diff)
Reverting my fix for nodes. This is a bigger task... now scons should work
again. Robert promised to work on fixes for makefile today!
Diffstat (limited to 'source/blender/nodes/intern/CMP_util.h')
-rw-r--r--source/blender/nodes/intern/CMP_util.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/source/blender/nodes/intern/CMP_util.h b/source/blender/nodes/intern/CMP_util.h
index 1ff412e081e..fd132ab7d49 100644
--- a/source/blender/nodes/intern/CMP_util.h
+++ b/source/blender/nodes/intern/CMP_util.h
@@ -63,6 +63,18 @@
#include "../CMP_node.h"
+
+#include "BIF_gl.h"
+#include "BIF_glutil.h"
+#include "BIF_interface.h"
+#include "BIF_interface_icons.h"
+#include "BIF_language.h"
+#include "BIF_mywindow.h"
+#include "BIF_previewrender.h"
+#include "BIF_resources.h"
+#include "BIF_screen.h"
+#include "BIF_space.h"
+
#include "BLI_arithb.h"
#include "BLI_blenlib.h"
#include "BLI_rand.h"
@@ -71,10 +83,18 @@
#include "IMB_imbuf_types.h"
#include "IMB_imbuf.h"
+#include "BSE_drawipo.h"
+#include "BSE_node.h"
+#include "BSE_view.h"
+
#include "RE_pipeline.h"
#include "RE_shader_ext.h"
#include "RE_render_ext.h"
+#include "butspace.h"
+#include "blendef.h"
+#include "mydevice.h"
+
/* *************************** operations support *************************** */
/* general signal that's in output sockets, and goes over the wires */