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:
Diffstat (limited to 'source/blender/compositor/operations/COM_PlaneTrackCommonOperation.cpp')
-rw-r--r--source/blender/compositor/operations/COM_PlaneTrackCommonOperation.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/compositor/operations/COM_PlaneTrackCommonOperation.cpp b/source/blender/compositor/operations/COM_PlaneTrackCommonOperation.cpp
index 51e803f696b..5deb7b99bce 100644
--- a/source/blender/compositor/operations/COM_PlaneTrackCommonOperation.cpp
+++ b/source/blender/compositor/operations/COM_PlaneTrackCommonOperation.cpp
@@ -28,9 +28,9 @@
#include "BLI_math_color.h"
extern "C" {
- #include "BKE_movieclip.h"
- #include "BKE_node.h"
- #include "BKE_tracking.h"
+# include "BKE_movieclip.h"
+# include "BKE_node.h"
+# include "BKE_tracking.h"
}
PlaneTrackCommonOperation::PlaneTrackCommonOperation() : NodeOperation()