summaryrefslogtreecommitdiffstats
path: root/libdimension-python/Canvas.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2011-05-22 14:22:07 -0600
committerTavian Barnes <tavianator@gmail.com>2011-05-22 14:22:07 -0600
commit1bf306d4d93cc21c220a3f31835023e49e84dd2d (patch)
tree436959a8321100a3c36e8eef9a19279cb446e1fa /libdimension-python/Canvas.h
parent0f0b704144bddc045657f7ed852b49d5e349b0bd (diff)
downloaddimension-1bf306d4d93cc21c220a3f31835023e49e84dd2d.tar.xz
Add cameras, objects, and spheres to Python module.
Diffstat (limited to 'libdimension-python/Canvas.h')
-rw-r--r--libdimension-python/Canvas.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libdimension-python/Canvas.h b/libdimension-python/Canvas.h
index 53d09c1..0714e53 100644
--- a/libdimension-python/Canvas.h
+++ b/libdimension-python/Canvas.h
@@ -18,8 +18,6 @@
* <http://www.gnu.org/licenses/>. *
*************************************************************************/
-#include "dimension-python.h"
-
typedef struct dmnsn_py_Canvas {
PyObject_HEAD
dmnsn_canvas *canvas;