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/intern/COM_Debug.cpp')
-rw-r--r--source/blender/compositor/intern/COM_Debug.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/source/blender/compositor/intern/COM_Debug.cpp b/source/blender/compositor/intern/COM_Debug.cpp
index c2ef7d37a59..b49d575cade 100644
--- a/source/blender/compositor/intern/COM_Debug.cpp
+++ b/source/blender/compositor/intern/COM_Debug.cpp
@@ -20,24 +20,24 @@
#ifdef COM_DEBUG
-# include <typeinfo>
# include <map>
+# include <typeinfo>
# include <vector>
extern "C" {
-# include "BLI_sys_types.h"
# include "BLI_fileops.h"
# include "BLI_path_util.h"
# include "BLI_string.h"
+# include "BLI_sys_types.h"
-# include "DNA_node_types.h"
# include "BKE_appdir.h"
# include "BKE_node.h"
+# include "DNA_node_types.h"
}
-# include "COM_Node.h"
-# include "COM_ExecutionSystem.h"
# include "COM_ExecutionGroup.h"
+# include "COM_ExecutionSystem.h"
+# include "COM_Node.h"
# include "COM_ReadBufferOperation.h"
# include "COM_ViewerOperation.h"