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>2004-04-21 02:00:33 +0400
committerTon Roosendaal <ton@blender.org>2004-04-21 02:00:33 +0400
commit6d9b6ccbbfb2cceddc14bef61bfe0067d8131b48 (patch)
treeef31717c11c6df06233bffb8bd755277d41dc4b4 /source/blender/src/header_action.c
parent9a122193729f9f31532d092fc3ecc8a7f7cd3d3d (diff)
- code cleanup: blender/src now compiles -Wall without warnings again.
- first code for panel in NLA window, tomorrow I continue with it.
Diffstat (limited to 'source/blender/src/header_action.c')
-rw-r--r--source/blender/src/header_action.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/src/header_action.c b/source/blender/src/header_action.c
index f9c153cc3a6..0ea50317cf8 100644
--- a/source/blender/src/header_action.c
+++ b/source/blender/src/header_action.c
@@ -72,6 +72,9 @@
#include "BKE_action.h"
#include "BKE_global.h"
#include "BKE_main.h"
+#include "BKE_constraint.h"
+#include "BKE_armature.h"
+
#include "BSE_drawipo.h"
#include "BSE_editaction.h"
#include "BSE_headerbuttons.h"