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_TextureOperation.h')
-rw-r--r--source/blender/compositor/operations/COM_TextureOperation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/compositor/operations/COM_TextureOperation.h b/source/blender/compositor/operations/COM_TextureOperation.h
index 6b44c11f423..0d06ac0bc27 100644
--- a/source/blender/compositor/operations/COM_TextureOperation.h
+++ b/source/blender/compositor/operations/COM_TextureOperation.h
@@ -19,14 +19,14 @@
#ifndef __COM_TEXTUREOPERATION_H__
#define __COM_TEXTUREOPERATION_H__
+#include "BLI_listbase.h"
#include "COM_NodeOperation.h"
#include "DNA_texture_types.h"
-#include "BLI_listbase.h"
#include "MEM_guardedalloc.h"
extern "C" {
#include "RE_pipeline.h"
-#include "RE_shader_ext.h"
#include "RE_render_ext.h"
+#include "RE_shader_ext.h"
}
/**