Cleanup: unused includes

This commit is contained in:
Campbell Barton 2017-04-29 16:27:29 +10:00
parent b5298bf819
commit 6d73e2d3cf
4 changed files with 0 additions and 11 deletions

@ -29,8 +29,6 @@
#include "BLI_math_color.h"
extern "C" {
# include "BLI_jitter.h"
# include "BKE_node.h"
}

@ -29,8 +29,6 @@
#include "BLI_math_color.h"
extern "C" {
# include "BLI_jitter.h"
# include "BKE_movieclip.h"
# include "BKE_node.h"
# include "BKE_tracking.h"

@ -38,7 +38,6 @@
#include "BLI_math_color_blend.h"
#include "BLI_blenlib.h"
#include "BLI_utildefines.h"
#include "BLI_jitter.h"
#include "BLI_threads.h"
#include "BLI_task.h"

@ -22,12 +22,6 @@
* \ingroup freestyle
*/
/* This header file needs to be included first, in order to avoid a
compilation with MinGW (see the commit log of revision 28253) */
extern "C" {
#include "BLI_jitter.h"
}
#include <iostream>
#include "Controller.h"