Merged r10385:10413 from michaelld/swig_tweaks into trunk. Passes distcheck.
[debian/gnuradio] / gr-comedi / src / comedi.i
index ac0c0a3edb7d4c7da57a6c1eda31f29c85f227a0..cdb77aee047f0c99ef898a6e37954dfc51cbd80c 100644 (file)
@@ -1,6 +1,6 @@
 /* -*- c++ -*- */
 /*
- * Copyright 2005 Free Software Foundation, Inc.
+ * Copyright 2005,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 "comedi_sink_s.h"
 #include "comedi_source_s.h"
-#include <stdexcept>
 %}
 
 // ----------------------------------------------------------------