summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/swig/gr_ctrlport.i
diff options
context:
space:
mode:
Diffstat (limited to 'gnuradio-runtime/swig/gr_ctrlport.i')
-rw-r--r--gnuradio-runtime/swig/gr_ctrlport.i12
1 files changed, 6 insertions, 6 deletions
diff --git a/gnuradio-runtime/swig/gr_ctrlport.i b/gnuradio-runtime/swig/gr_ctrlport.i
index fa3ae845d7..ac05c05ee5 100644
--- a/gnuradio-runtime/swig/gr_ctrlport.i
+++ b/gnuradio-runtime/swig/gr_ctrlport.i
@@ -53,14 +53,14 @@ enum KnobType {
};
%{
-#include <rpcserver_booter_base.h>
-#include <rpcserver_booter_aggregator.h>
-#include <pycallback_object.h>
+#include <gnuradio/rpcserver_booter_base.h>
+#include <gnuradio/rpcserver_booter_aggregator.h>
+#include <gnuradio/pycallback_object.h>
%}
-%include <rpcserver_booter_base.h>
-%include <rpcserver_booter_aggregator.h>
-%include <pycallback_object.h>
+%include <gnuradio/rpcserver_booter_base.h>
+%include <gnuradio/rpcserver_booter_aggregator.h>
+%include <gnuradio/pycallback_object.h>
// Declare this class here but without the nested templated class
// inside (replaces include of rpcmanager.h)