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>2015-07-10 19:49:04 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-07-10 19:49:04 +0300
commit78cae5bad9cc674d629a203daadade62d0d0625b (patch)
tree9ff283f0cfe073cfc1971b4cedfbb826bbf77ac4 /source/blender/makesrna/intern/rna_image_api.c
parent3443686399feb4f96a9ea85f52f6750388b883a2 (diff)
Cleanup: remove redundant includes
Diffstat (limited to 'source/blender/makesrna/intern/rna_image_api.c')
-rw-r--r--source/blender/makesrna/intern/rna_image_api.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_image_api.c b/source/blender/makesrna/intern/rna_image_api.c
index c3c152a10b6..f187a0e1804 100644
--- a/source/blender/makesrna/intern/rna_image_api.c
+++ b/source/blender/makesrna/intern/rna_image_api.c
@@ -35,7 +35,6 @@
#include <time.h>
#include "DNA_packedFile_types.h"
-#include "DNA_userdef_types.h"
#include "BLI_utildefines.h"
#include "BLI_path_util.h"