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/colormanagement.c')
-rw-r--r--source/blender/imbuf/intern/colormanagement.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/source/blender/imbuf/intern/colormanagement.c b/source/blender/imbuf/intern/colormanagement.c
index a18764cd6ab..2a458ba5474 100644
--- a/source/blender/imbuf/intern/colormanagement.c
+++ b/source/blender/imbuf/intern/colormanagement.c
@@ -24,8 +24,8 @@
#include "IMB_colormanagement.h"
#include "IMB_colormanagement_intern.h"
-#include <string.h>
#include <math.h>
+#include <string.h>
#include "DNA_color_types.h"
#include "DNA_image_types.h"
@@ -33,21 +33,21 @@
#include "DNA_scene_types.h"
#include "DNA_space_types.h"
-#include "IMB_imbuf.h"
-#include "IMB_imbuf_types.h"
#include "IMB_filetype.h"
#include "IMB_filter.h"
-#include "IMB_moviecache.h"
+#include "IMB_imbuf.h"
+#include "IMB_imbuf_types.h"
#include "IMB_metadata.h"
+#include "IMB_moviecache.h"
#include "MEM_guardedalloc.h"
#include "BLI_blenlib.h"
#include "BLI_math.h"
#include "BLI_math_color.h"
+#include "BLI_rect.h"
#include "BLI_string.h"
#include "BLI_threads.h"
-#include "BLI_rect.h"
#include "BKE_appdir.h"
#include "BKE_colortools.h"