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_PlaneTrackMaskOperation.cpp')
-rw-r--r--source/blender/compositor/operations/COM_PlaneTrackMaskOperation.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/compositor/operations/COM_PlaneTrackMaskOperation.cpp b/source/blender/compositor/operations/COM_PlaneTrackMaskOperation.cpp
index 58fa4bd08dc..e43f6ab05b3 100644
--- a/source/blender/compositor/operations/COM_PlaneTrackMaskOperation.cpp
+++ b/source/blender/compositor/operations/COM_PlaneTrackMaskOperation.cpp
@@ -28,11 +28,11 @@
#include "BLI_math_color.h"
extern "C" {
- #include "BLI_jitter.h"
+# include "BLI_jitter.h"
- #include "BKE_movieclip.h"
- #include "BKE_node.h"
- #include "BKE_tracking.h"
+# include "BKE_movieclip.h"
+# include "BKE_node.h"
+# include "BKE_tracking.h"
}
PlaneTrackMaskOperation::PlaneTrackMaskOperation() : PlaneTrackCommonOperation()