From 2d1cce8331f3ecdfb8cb0c651e111ffac5dc7153 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Thu, 19 Mar 2020 09:33:03 +0100 Subject: Cleanup: `make format` after SortedIncludes change --- source/blender/compositor/operations/COM_ReadBufferOperation.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/compositor/operations/COM_ReadBufferOperation.h') diff --git a/source/blender/compositor/operations/COM_ReadBufferOperation.h b/source/blender/compositor/operations/COM_ReadBufferOperation.h index fee6555c3a9..60d064a5582 100644 --- a/source/blender/compositor/operations/COM_ReadBufferOperation.h +++ b/source/blender/compositor/operations/COM_ReadBufferOperation.h @@ -19,9 +19,9 @@ #ifndef __COM_READBUFFEROPERATION_H__ #define __COM_READBUFFEROPERATION_H__ -#include "COM_NodeOperation.h" -#include "COM_MemoryProxy.h" #include "COM_MemoryBuffer.h" +#include "COM_MemoryProxy.h" +#include "COM_NodeOperation.h" class ReadBufferOperation : public NodeOperation { private: -- cgit v1.2.3