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>2017-04-29 09:27:29 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-04-29 09:27:29 +0300
commit6d73e2d3cf3c9a8fa4c73e04d02caecfd716e962 (patch)
treedfe91a402d61f8b24980d6eba35476586423ce50 /source/blender/freestyle
parentb5298bf81999a0845c6bb98cf8520806271da14b (diff)
Cleanup: unused includes
Diffstat (limited to 'source/blender/freestyle')
-rw-r--r--source/blender/freestyle/intern/application/AppView.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/blender/freestyle/intern/application/AppView.cpp b/source/blender/freestyle/intern/application/AppView.cpp
index c331d1de9c9..9b1b02c8ee2 100644
--- a/source/blender/freestyle/intern/application/AppView.cpp
+++ b/source/blender/freestyle/intern/application/AppView.cpp
@@ -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"