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>2012-09-03 14:12:25 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-09-03 14:12:25 +0400
commit95f7264014994a65bd022a670e6d89d0e4f72229 (patch)
treebfb73465f7b236c2d66dbae16935410afccf23ce /source/blender/imbuf/intern/thumbs_blend.c
parentb8b5bf7dcde37d1be38f0dbbbbf268a4c292d4d8 (diff)
code cleanup: split out defines in BKE_utildefines.h into BLO_blend_defs.h and ui defines in interface_intern.h
Diffstat (limited to 'source/blender/imbuf/intern/thumbs_blend.c')
-rw-r--r--source/blender/imbuf/intern/thumbs_blend.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/imbuf/intern/thumbs_blend.c b/source/blender/imbuf/intern/thumbs_blend.c
index 1a921c4844c..e387a133bfb 100644
--- a/source/blender/imbuf/intern/thumbs_blend.c
+++ b/source/blender/imbuf/intern/thumbs_blend.c
@@ -35,6 +35,8 @@
#include "BLI_endian_switch.h"
#include "BLI_fileops.h"
+#include "BLO_blend_defs.h"
+
#include "BKE_utildefines.h"
#include "BKE_global.h"