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-24 13:56:37 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-03-24 13:56:37 +0300
commit93c7b8a2d0e7e69b6734ca9e743715f1b723fa79 (patch)
tree7b2f1b632446c7a441d29b15b291e866141c6b75 /source/blender/quicktime
parent26736ac0f0a57b29e3897922c0edc391e5f6463d (diff)
remove unused includes UI_*.h, WM_*.h, ED_*.h
Diffstat (limited to 'source/blender/quicktime')
-rw-r--r--source/blender/quicktime/apple/quicktime_export.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/quicktime/apple/quicktime_export.c b/source/blender/quicktime/apple/quicktime_export.c
index aaf2634bbf6..97d147c11aa 100644
--- a/source/blender/quicktime/apple/quicktime_export.c
+++ b/source/blender/quicktime/apple/quicktime_export.c
@@ -35,8 +35,6 @@
#include "DNA_scene_types.h"
#include "DNA_windowmanager_types.h"
-#include "WM_api.h"
-#include "WM_types.h"
#include "BKE_context.h"
#include "BKE_global.h"