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:
authorJoshua Leung <aligorith@gmail.com>2009-07-10 06:04:50 +0400
committerJoshua Leung <aligorith@gmail.com>2009-07-10 06:04:50 +0400
commitb1a9281ed801ae8b2483cd4246880b1009efe955 (patch)
treedd9a598559b6a6b57412d09d58939065ea758098 /source/blender/editors/space_graph
parent0051f1be8ea6e329649d4a476e6c4cb5d1d101ef (diff)
NLA SoC: Fixes for renamed headers (BIF_transform.h -> ED_transform.h)
Diffstat (limited to 'source/blender/editors/space_graph')
-rw-r--r--source/blender/editors/space_graph/graph_header.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_graph/graph_header.c b/source/blender/editors/space_graph/graph_header.c
index 6c12b44f082..05d9b2f7e6c 100644
--- a/source/blender/editors/space_graph/graph_header.c
+++ b/source/blender/editors/space_graph/graph_header.c
@@ -43,6 +43,7 @@
#include "BKE_screen.h"
#include "ED_anim_api.h"
+#include "ED_transform.h"
#include "ED_screen.h"
#include "ED_types.h"
#include "ED_util.h"
@@ -54,7 +55,6 @@
#include "BIF_gl.h"
#include "BIF_glutil.h"
-#include "BIF_transform.h"
#include "UI_interface.h"
#include "UI_resources.h"