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>2010-08-08 17:11:13 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-08-08 17:11:13 +0400
commit9db1f87531ead62d5d6964489b35724bcf4ca584 (patch)
tree04dfc76d5ed8059c986fd6889aceb093af5d36d0 /source/blender/blenloader/intern/undofile.c
parent5c75d6fa98f9325ed36708f56503bc2199e6624c (diff)
remove unused includes
Diffstat (limited to 'source/blender/blenloader/intern/undofile.c')
-rw-r--r--source/blender/blenloader/intern/undofile.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/blenloader/intern/undofile.c b/source/blender/blenloader/intern/undofile.c
index 40b03a78f34..9cdf8613011 100644
--- a/source/blender/blenloader/intern/undofile.c
+++ b/source/blender/blenloader/intern/undofile.c
@@ -36,10 +36,7 @@
#include "MEM_guardedalloc.h"
#include "DNA_listBase.h"
-#include "DNA_userdef_types.h"
-#include "BKE_utildefines.h"
-#include "BKE_global.h"
#include "BLO_undofile.h"