From 60e3f690cb66dfea9e078b70f12fc53611268f36 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 14 Mar 2020 15:22:04 +1100 Subject: Cleanup: sort file lists & struct declatations --- intern/ghost/test/multitest/stubs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/ghost/test') 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)) { -- cgit v1.2.3