From 11c9ff1eddf849c7c37a152d464a5514df8dfc26 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Tue, 19 Apr 2016 17:53:46 +0200 Subject: Cleanup unused header includes from previous commit. --- .../blender/windowmanager/intern/wm_files_link.c | 41 ---------------------- 1 file changed, 41 deletions(-) (limited to 'source/blender/windowmanager/intern/wm_files_link.c') diff --git a/source/blender/windowmanager/intern/wm_files_link.c b/source/blender/windowmanager/intern/wm_files_link.c index f769efd1e6f..5041eebd126 100644 --- a/source/blender/windowmanager/intern/wm_files_link.c +++ b/source/blender/windowmanager/intern/wm_files_link.c @@ -39,28 +39,17 @@ #include #include -#ifdef WIN32 -# include "GHOST_C-api.h" -#endif - #include "MEM_guardedalloc.h" #include "DNA_ID.h" -#include "DNA_object_types.h" #include "DNA_screen_types.h" #include "DNA_scene_types.h" -#include "DNA_userdef_types.h" #include "DNA_windowmanager_types.h" -#include "DNA_mesh_types.h" /* only for USE_BMESH_SAVE_AS_COMPAT */ -#include "BLT_translation.h" -#include "PIL_time.h" #include "BLI_blenlib.h" #include "BLI_bitmap.h" -#include "BLI_dial.h" -#include "BLI_dynstr.h" /*for WM_operator_pystring */ #include "BLI_linklist.h" #include "BLI_math.h" #include "BLI_memarena.h" @@ -69,61 +58,31 @@ #include "BLO_readfile.h" -#include "BKE_appdir.h" -#include "BKE_autoexec.h" -#include "BKE_blender.h" -#include "BKE_brush.h" #include "BKE_context.h" #include "BKE_depsgraph.h" -#include "BKE_icons.h" -#include "BKE_idprop.h" -#include "BKE_image.h" #include "BKE_library.h" -#include "BKE_library_query.h" #include "BKE_global.h" #include "BKE_main.h" -#include "BKE_material.h" #include "BKE_report.h" #include "BKE_scene.h" -#include "BKE_screen.h" /* BKE_ST_MAXNAME */ -#include "BKE_unit.h" -#include "BKE_utildefines.h" #include "BKE_idcode.h" -#include "BIF_glutil.h" /* for paint cursor */ -#include "BLF_api.h" #include "IMB_colormanagement.h" -#include "IMB_imbuf_types.h" -#include "IMB_imbuf.h" -#include "ED_numinput.h" #include "ED_screen.h" -#include "ED_util.h" -#include "ED_view3d.h" -#include "GPU_basic_shader.h" #include "GPU_material.h" #include "RNA_access.h" #include "RNA_define.h" -#include "RNA_enum_types.h" -#include "UI_interface.h" -#include "UI_interface_icons.h" -#include "UI_resources.h" #include "WM_api.h" #include "WM_types.h" -#include "wm.h" -#include "wm_draw.h" -#include "wm_event_system.h" -#include "wm_event_types.h" #include "wm_files.h" -#include "wm_subwindow.h" -#include "wm_window.h" /* **************** link/append *************** */ -- cgit v1.2.3