aboutsummaryrefslogtreecommitdiff
path: root/Examples/ocaml/shapes/example.i
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/ocaml/shapes/example.i')
-rw-r--r--Examples/ocaml/shapes/example.i2
1 files changed, 0 insertions, 2 deletions
diff --git a/Examples/ocaml/shapes/example.i b/Examples/ocaml/shapes/example.i
index ac0fa4a56..a261b92e7 100644
--- a/Examples/ocaml/shapes/example.i
+++ b/Examples/ocaml/shapes/example.i
@@ -1,10 +1,8 @@
/* File : example.i */
%module(directors="1") example
-#ifndef SWIGSEXP
%{
#include "example.h"
%}
-#endif
%feature("director");
%include "example.h"