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-08-13 03:28:33 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-08-13 03:28:33 +0400
commit6324c5fed189f2f977e7571c2762f674a715a469 (patch)
treead79006da00d9d6b253f1718a480114aeed8118e /source/blender/imbuf/intern/thumbs.c
parente297e6b64b61ace14c4010972d5164a816a5c3f0 (diff)
code cleanup: includes for imbuf, also remove double promotion.
Diffstat (limited to 'source/blender/imbuf/intern/thumbs.c')
-rw-r--r--source/blender/imbuf/intern/thumbs.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/blender/imbuf/intern/thumbs.c b/source/blender/imbuf/intern/thumbs.c
index 54d90ec5c56..6a234b8e29a 100644
--- a/source/blender/imbuf/intern/thumbs.c
+++ b/source/blender/imbuf/intern/thumbs.c
@@ -34,7 +34,9 @@
#include "MEM_guardedalloc.h"
-#include "BLI_blenlib.h"
+#include "BLI_string.h"
+#include "BLI_path_util.h"
+#include "BLI_fileops.h"
#include "BLI_md5.h"
#include "BKE_utildefines.h"
@@ -45,7 +47,6 @@
#include "IMB_metadata.h"
#include <ctype.h>
-#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <sys/types.h>