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
path: root/source
diff options
context:
space:
mode:
authorAndrea Weikert <elubie@gmx.net>2009-01-18 22:12:13 +0300
committerAndrea Weikert <elubie@gmx.net>2009-01-18 22:12:13 +0300
commit54a0f4167b76dddca8288dd54b285c32fab1a945 (patch)
treee262bba1db67ad6b59f8790b88c6a88ed989576b /source
parent40aa25a9f00c3514ce8fbe7f1272ca5e98663518 (diff)
2.5 filebrowser
fix typo in #include
Diffstat (limited to 'source')
-rw-r--r--source/blender/editors/space_file/filelist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_file/filelist.c b/source/blender/editors/space_file/filelist.c
index e30a50a63e1..e3551510df1 100644
--- a/source/blender/editors/space_file/filelist.c
+++ b/source/blender/editors/space_file/filelist.c
@@ -66,7 +66,7 @@
#include "DNA_ipo_types.h"
#include "DNA_ID.h"
#include "DNA_object_types.h"
-#include "DNA_listbase.h"
+#include "DNA_listBase.h"
#include "DNA_lamp_types.h"
#include "DNA_material_types.h"
#include "DNA_texture_types.h"