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:
authorSergey Sharybin <sergey.vfx@gmail.com>2012-08-01 18:48:51 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2012-08-01 18:48:51 +0400
commit52b4b490595fec69fb871c02db30afe23a0244f1 (patch)
treeeb3c4cd87ae113985a29aec80218f7c9694b4e6b /source/blender/compositor/operations/COM_TrackPositionOperation.cpp
parent6e208ee887b003d0480a298812f279af525b1d0a (diff)
Code cleanup: Remove unused includes of DNA_scene_types.
Diffstat (limited to 'source/blender/compositor/operations/COM_TrackPositionOperation.cpp')
-rw-r--r--source/blender/compositor/operations/COM_TrackPositionOperation.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/compositor/operations/COM_TrackPositionOperation.cpp b/source/blender/compositor/operations/COM_TrackPositionOperation.cpp
index 2b7cc8f0660..869ec71614a 100644
--- a/source/blender/compositor/operations/COM_TrackPositionOperation.cpp
+++ b/source/blender/compositor/operations/COM_TrackPositionOperation.cpp
@@ -29,8 +29,6 @@
#include "BLI_math.h"
#include "BLI_math_color.h"
-#include "DNA_scene_types.h"
-
extern "C" {
#include "BKE_movieclip.h"
#include "BKE_tracking.h"