Code cleanup: remove unused includes

Opted to keep includes if they are used indirectly (even if removing is possible).
This commit is contained in:
2014-05-01 03:55:41 +10:00
parent 19cd6922a5
commit 4ca67869cc
345 changed files with 9 additions and 996 deletions

View File

@@ -73,8 +73,6 @@
#include "BKE_report.h"
#include "BKE_idprop.h"
#include "BKE_animsys.h"
#include "BKE_fcurve.h"
#include "../generic/idprop_py_api.h" /* for IDprop lookups */
#include "../generic/py_capi_utils.h"