Imported Upstream version 3.2.2
[debian/gnuradio] / gr-audio-osx / src / audio_osx.i
index 77c0ce68a6ca55e66633b5ff328abd539accfd6c..7be487269da181908643064bed08ae25c3b66682 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 "audio_osx_sink.h"
 #include "audio_osx_source.h"
-#include <stdexcept>
 %}
 
 // ----------------------------------------------------------------