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-03-23 17:09:09 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-03-23 17:09:09 +0300
commitf743b583bf6e44bbaea59ff811623a6916a92b47 (patch)
tree870a9e9e455acccc3d77cc51316977fbb0699b7b /source/blender/editors/space_file
parent4ae515a4e53096df7b0ee27ca57cd148ccbdccd9 (diff)
more lint includes
Only source/blender/editors/ dir, should not give errors on different platforms Only removing: UI_*.h, ED_*.h, WM_*.h, DNA_*.h, IMB_*.h, RNA_*.h, PIL_*.h
Diffstat (limited to 'source/blender/editors/space_file')
-rw-r--r--source/blender/editors/space_file/file_draw.c9
-rw-r--r--source/blender/editors/space_file/file_ops.c4
-rw-r--r--source/blender/editors/space_file/file_panels.c3
-rw-r--r--source/blender/editors/space_file/filelist.c1
-rw-r--r--source/blender/editors/space_file/filesel.c7
-rw-r--r--source/blender/editors/space_file/space_file.c8
-rw-r--r--source/blender/editors/space_file/writeimage.c2
7 files changed, 0 insertions, 34 deletions
diff --git a/source/blender/editors/space_file/file_draw.c b/source/blender/editors/space_file/file_draw.c
index 3b42f3fb825..92994b3de53 100644
--- a/source/blender/editors/space_file/file_draw.c
+++ b/source/blender/editors/space_file/file_draw.c
@@ -46,20 +46,12 @@
#include "BLF_api.h"
-#include "DNA_space_types.h"
-#include "DNA_scene_types.h"
-#include "DNA_screen_types.h"
-#include "DNA_userdef_types.h"
-#include "DNA_windowmanager_types.h"
-#include "ED_datafiles.h"
#include "IMB_imbuf_types.h"
-#include "IMB_imbuf.h"
#include "MEM_guardedalloc.h"
-#include "PIL_time.h"
#include "RNA_access.h"
@@ -71,7 +63,6 @@
#include "UI_resources.h"
#include "UI_view2d.h"
-#include "WM_api.h"
#include "WM_types.h"
#include "fsmenu.h"
diff --git a/source/blender/editors/space_file/file_ops.c b/source/blender/editors/space_file/file_ops.c
index 1e9a7e1a706..ecbac050712 100644
--- a/source/blender/editors/space_file/file_ops.c
+++ b/source/blender/editors/space_file/file_ops.c
@@ -36,10 +36,7 @@
#ifdef WIN32
#include "BLI_winstuff.h"
#endif
-#include "DNA_space_types.h"
-#include "DNA_userdef_types.h"
-#include "ED_space_api.h"
#include "ED_screen.h"
#include "ED_fileselect.h"
@@ -48,7 +45,6 @@
#include "RNA_access.h"
#include "RNA_define.h"
-#include "UI_interface.h"
#include "UI_view2d.h"
#include "WM_api.h"
diff --git a/source/blender/editors/space_file/file_panels.c b/source/blender/editors/space_file/file_panels.c
index b6152f26947..b9622d64ee4 100644
--- a/source/blender/editors/space_file/file_panels.c
+++ b/source/blender/editors/space_file/file_panels.c
@@ -33,8 +33,6 @@
#include "DNA_screen_types.h"
#include "DNA_space_types.h"
-#include "DNA_userdef_types.h"
-#include "DNA_windowmanager_types.h"
#include "MEM_guardedalloc.h"
@@ -42,7 +40,6 @@
#include "UI_interface.h"
#include "UI_resources.h"
-#include "UI_view2d.h"
#include "WM_api.h"
#include "WM_types.h"
diff --git a/source/blender/editors/space_file/filelist.c b/source/blender/editors/space_file/filelist.c
index 0668e2fe9cb..35779970788 100644
--- a/source/blender/editors/space_file/filelist.c
+++ b/source/blender/editors/space_file/filelist.c
@@ -84,7 +84,6 @@
#include "PIL_time.h"
-#include "UI_interface.h"
#include "WM_api.h"
#include "WM_types.h"
diff --git a/source/blender/editors/space_file/filesel.c b/source/blender/editors/space_file/filesel.c
index cce821f3f21..e025d6d2b9a 100644
--- a/source/blender/editors/space_file/filesel.c
+++ b/source/blender/editors/space_file/filesel.c
@@ -43,10 +43,8 @@
#endif
#include "DNA_space_types.h"
-#include "DNA_scene_types.h"
#include "DNA_screen_types.h"
#include "DNA_userdef_types.h"
-#include "DNA_windowmanager_types.h"
#include "MEM_guardedalloc.h"
@@ -63,10 +61,7 @@
#include "BLF_api.h"
-#include "DNA_userdef_types.h"
-#include "ED_screen.h"
-#include "ED_util.h"
#include "ED_fileselect.h"
#include "WM_api.h"
@@ -78,8 +73,6 @@
#include "RNA_access.h"
#include "UI_interface.h"
-#include "UI_resources.h"
-#include "UI_view2d.h"
#include "file_intern.h"
#include "filelist.h"
diff --git a/source/blender/editors/space_file/space_file.c b/source/blender/editors/space_file/space_file.c
index 9493bfdf209..6cef78d4bee 100644
--- a/source/blender/editors/space_file/space_file.c
+++ b/source/blender/editors/space_file/space_file.c
@@ -29,10 +29,6 @@
#include <string.h>
#include <stdio.h>
-#include "DNA_object_types.h"
-#include "DNA_space_types.h"
-#include "DNA_scene_types.h"
-#include "DNA_screen_types.h"
#include "RNA_access.h"
@@ -51,7 +47,6 @@
#include "BKE_context.h"
#include "BKE_screen.h"
-#include "ED_space_api.h"
#include "ED_screen.h"
#include "ED_fileselect.h"
@@ -61,13 +56,10 @@
#include "WM_api.h"
#include "WM_types.h"
-#include "UI_interface.h"
#include "UI_resources.h"
#include "UI_view2d.h"
-#include "ED_markers.h"
-#include "ED_fileselect.h"
#include "file_intern.h" // own include
#include "fsmenu.h"
diff --git a/source/blender/editors/space_file/writeimage.c b/source/blender/editors/space_file/writeimage.c
index 5045bfb21bf..39a986aca32 100644
--- a/source/blender/editors/space_file/writeimage.c
+++ b/source/blender/editors/space_file/writeimage.c
@@ -36,11 +36,9 @@
#include "BLI_blenlib.h"
-#include "DNA_image_types.h"
#include "DNA_scene_types.h"
#include "DNA_screen_types.h"
#include "DNA_space_types.h"
-#include "DNA_texture_types.h"
#include "BKE_context.h"
#include "BKE_global.h"