switch source package format to 3.0 quilt
[debian/gnuradio] / mblock / src / lib / mb_worker.h
index b840ae557ecb3c24603dface638c15af0600a626..59d12545ca7a7fa5a0c7ace9a38d86a6eb3cda4a 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef INCLUDED_MB_WORKER_H
 #define INCLUDED_MB_WORKER_H
 
-#include <omnithread.h>
+#include <gnuradio/omnithread.h>
 #include <mblock/common.h>
 #include <mblock/class_registry.h>
 
@@ -34,7 +34,7 @@ class mb_runtime_thread_per_block;
 
 /*!
  * \brief Worker thread for thread_per_block runtime
- * \implementation
+ * \internal
  */
 class mb_worker : public omni_thread
 {