From a4febef1af478a57ce0de7784f25212ea97875a8 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Fri, 9 Nov 2012 23:42:56 -0800 Subject: python tags source/sink looper --- python/gras/GRAS_Block.i | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'python') diff --git a/python/gras/GRAS_Block.i b/python/gras/GRAS_Block.i index dc0e205..f7db3d2 100644 --- a/python/gras/GRAS_Block.i +++ b/python/gras/GRAS_Block.i @@ -42,11 +42,6 @@ } } -%{ -#include -#include -%} - //////////////////////////////////////////////////////////////////////// // Simple class to deal with smart locking/unlocking of python GIL //////////////////////////////////////////////////////////////////////// @@ -79,6 +74,11 @@ struct PyGILPhondler //////////////////////////////////////////////////////////////////////// // Pull in the implementation goodies //////////////////////////////////////////////////////////////////////// +%{ +#include +#include +%} + %include %include %include -- cgit