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_GaussianXBlurOperation.h')
-rw-r--r--source/blender/compositor/operations/COM_GaussianXBlurOperation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/compositor/operations/COM_GaussianXBlurOperation.h b/source/blender/compositor/operations/COM_GaussianXBlurOperation.h
index 3ebe52cfcce..c5c08df8ce7 100644
--- a/source/blender/compositor/operations/COM_GaussianXBlurOperation.h
+++ b/source/blender/compositor/operations/COM_GaussianXBlurOperation.h
@@ -18,8 +18,8 @@
#ifndef __COM_GAUSSIANXBLUROPERATION_H__
#define __COM_GAUSSIANXBLUROPERATION_H__
-#include "COM_NodeOperation.h"
#include "COM_BlurBaseOperation.h"
+#include "COM_NodeOperation.h"
class GaussianXBlurOperation : public BlurBaseOperation {
private: