summaryrefslogtreecommitdiff
path: root/gr-video-sdl/src/video_sdl.i
diff options
context:
space:
mode:
Diffstat (limited to 'gr-video-sdl/src/video_sdl.i')
-rw-r--r--gr-video-sdl/src/video_sdl.i9
1 files changed, 2 insertions, 7 deletions
diff --git a/gr-video-sdl/src/video_sdl.i b/gr-video-sdl/src/video_sdl.i
index 9cfa1589f..7084c209b 100644
--- a/gr-video-sdl/src/video_sdl.i
+++ b/gr-video-sdl/src/video_sdl.i
@@ -1,6 +1,6 @@
/* -*- c++ -*- */
/*
- * Copyright 2006 Free Software Foundation, Inc.
+ * Copyright 2006,2009 Free Software Foundation, Inc.
*
* This file is part of GNU Radio
*
@@ -20,16 +20,11 @@
* Boston, MA 02110-1301, USA.
*/
-%feature("autodoc","1");
-
-%include "exception.i"
-%import "gnuradio.i" // the common stuff
+%include "gnuradio.i" // the common stuff
%{
-#include "gnuradio_swig_bug_workaround.h" // mandatory bug fix
#include "video_sdl_sink_uc.h"
#include "video_sdl_sink_s.h"
-#include <stdexcept>
%}
// ----------------------------------------------------------------