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:
Diffstat (limited to 'source/blender/freestyle/intern/view_map/Interface1D.h')
-rwxr-xr-xsource/blender/freestyle/intern/view_map/Interface1D.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/source/blender/freestyle/intern/view_map/Interface1D.h b/source/blender/freestyle/intern/view_map/Interface1D.h
index 17dee3973de..60cc0ebcb7e 100755
--- a/source/blender/freestyle/intern/view_map/Interface1D.h
+++ b/source/blender/freestyle/intern/view_map/Interface1D.h
@@ -30,6 +30,7 @@
#ifndef INTERFACE1D_H
# define INTERFACE1D_H
+# include <Python.h>
# include <string>
# include <iostream>
# include <float.h>
@@ -38,16 +39,6 @@
# include "../winged_edge/Nature.h"
# include "Functions0D.h"
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-#include <Python.h>
-
-#ifdef __cplusplus
-}
-#endif
-
using namespace std;
/*! \file Interface1D.h
* Interface1D and related tools definitions