Imported Upstream version 3.2.2
[debian/gnuradio] / gr-video-sdl / src / video_sdl.i
index 9cfa1589ff9a2a37fa8f3513d8c9a0517f7e8913..7084c209b9710c73f0fab0f31e82f9d6e23b21f6 100644 (file)
@@ -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
  * 
  * 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>
 %}
 
 // ----------------------------------------------------------------