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/blenloader/intern/readblenentry.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/blenloader/intern/readblenentry.c')
-rw-r--r--source/blender/blenloader/intern/readblenentry.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenloader/intern/readblenentry.c b/source/blender/blenloader/intern/readblenentry.c
index eb12a7bd837..6f4d9b2137c 100644
--- a/source/blender/blenloader/intern/readblenentry.c
+++ b/source/blender/blenloader/intern/readblenentry.c
@@ -59,6 +59,7 @@
#include "BLO_readfile.h"
#include "BLO_undofile.h"
+#include "BLO_blend_defs.h"
#include "readfile.h"