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_NodeGraph.cc')
-rw-r--r--source/blender/compositor/intern/COM_NodeGraph.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/blender/compositor/intern/COM_NodeGraph.cc b/source/blender/compositor/intern/COM_NodeGraph.cc
index 1872fbcf656..0c94dfce409 100644
--- a/source/blender/compositor/intern/COM_NodeGraph.cc
+++ b/source/blender/compositor/intern/COM_NodeGraph.cc
@@ -18,17 +18,12 @@
#include <cstring>
-#include "BLI_listbase.h"
-#include "BLI_utildefines.h"
-
#include "DNA_node_types.h"
#include "BKE_node.h"
-#include "COM_CompositorContext.h"
#include "COM_Converter.h"
#include "COM_Debug.h"
-#include "COM_Node.h"
#include "COM_SocketProxyNode.h"
#include "COM_NodeGraph.h" /* own include */