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/imbuf/intern/module.c')
-rw-r--r--source/blender/imbuf/intern/module.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/imbuf/intern/module.c b/source/blender/imbuf/intern/module.c
index dc3d4cfbb62..00c53c37bb1 100644
--- a/source/blender/imbuf/intern/module.c
+++ b/source/blender/imbuf/intern/module.c
@@ -23,9 +23,9 @@
#include "BLI_utildefines.h"
#include "IMB_allocimbuf.h"
-#include "IMB_imbuf.h"
-#include "IMB_filetype.h"
#include "IMB_colormanagement_intern.h"
+#include "IMB_filetype.h"
+#include "IMB_imbuf.h"
void IMB_init(void)
{