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:
authorCampbell Barton <ideasman42@gmail.com>2020-03-14 07:22:04 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-03-14 07:39:59 +0300
commit60e3f690cb66dfea9e078b70f12fc53611268f36 (patch)
tree06ab133c46ad064f0e002915a487b3e787523eed /intern/ghost
parent626b2bd071b334201996081b907e18d9c2dee919 (diff)
Cleanup: sort file lists & struct declatations
Diffstat (limited to 'intern/ghost')
-rw-r--r--intern/ghost/test/multitest/stubs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/ghost/test/multitest/stubs.c b/intern/ghost/test/multitest/stubs.c
index 151cdc71777..611c98cd004 100644
--- a/intern/ghost/test/multitest/stubs.c
+++ b/intern/ghost/test/multitest/stubs.c
@@ -22,8 +22,8 @@
#include "BLI_utildefines.h"
#include "IMB_imbuf.h"
-struct ImBuf;
struct ColorSpace;
+struct ImBuf;
void IMB_freeImBuf(struct ImBuf *UNUSED(ibuf))
{