aboutsummaryrefslogtreecommitdiff
path: root/Lib/octave/std_complex.i
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/octave/std_complex.i')
-rw-r--r--Lib/octave/std_complex.i4
1 files changed, 0 insertions, 4 deletions
diff --git a/Lib/octave/std_complex.i b/Lib/octave/std_complex.i
index 30c188244..461e2fdfc 100644
--- a/Lib/octave/std_complex.i
+++ b/Lib/octave/std_complex.i
@@ -4,10 +4,6 @@
%include <octcomplex.swg>
-%{
-#include <complex>
-%}
-
namespace std {
%naturalvar complex;
template<typename T> class complex;