From bb84ce71593d79bae9e8a5a8bdd4b2bd6aba2c87 Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Thu, 26 Mar 2009 11:29:59 +0000 Subject: python: Make swig bindings python independent. --- src/gallium/state_trackers/python/gallium.i | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/gallium/state_trackers/python/gallium.i') diff --git a/src/gallium/state_trackers/python/gallium.i b/src/gallium/state_trackers/python/gallium.i index 8b43c1721e..4970819190 100644 --- a/src/gallium/state_trackers/python/gallium.i +++ b/src/gallium/state_trackers/python/gallium.i @@ -37,7 +37,6 @@ %{ #include -#include #include "pipe/p_screen.h" #include "pipe/p_context.h" @@ -58,7 +57,7 @@ %} %include "typemaps.i" - +%include "exception.i" %include "cstring.i" %include "carrays.i" -- cgit v1.2.3