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>2014-11-29 00:16:14 +0300
committerCampbell Barton <ideasman42@gmail.com>2014-11-29 00:16:14 +0300
commit915235c87a1621ba000a427ad3eac8a49ff2c0c7 (patch)
tree4e2c14013caf433afad3faa3a187ceea68c86f7b /source/blender/blenloader/intern/undofile.c
parentbcbbc66795e221474f889b7ab9b7320948aefdec (diff)
Cleanup: unused headers
Diffstat (limited to 'source/blender/blenloader/intern/undofile.c')
-rw-r--r--source/blender/blenloader/intern/undofile.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenloader/intern/undofile.c b/source/blender/blenloader/intern/undofile.c
index 12f4a295a34..f70d889828f 100644
--- a/source/blender/blenloader/intern/undofile.c
+++ b/source/blender/blenloader/intern/undofile.c
@@ -40,7 +40,6 @@
#include "DNA_listBase.h"
#include "BLI_blenlib.h"
-#include "BLI_linklist.h"
#include "BLO_undofile.h"