switch source package format to 3.0 quilt
[debian/gnuradio] / mblock / src / lib / mb_runtime_thread_per_block.h
index 773b8b4e94b76ef748e0c88df4c27087900bbd53..185ed32b5b74342192521e70e8620dd5a9a84625 100644 (file)
@@ -6,7 +6,7 @@
  * 
  * GNU Radio is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2, or (at your option)
+ * the Free Software Foundation; either version 3, or (at your option)
  * any later version.
  * 
  * GNU Radio is distributed in the hope that it will be useful,
 
 #include <mb_runtime_base.h>
 #include <mb_worker.h>
-#include <mb_msg_queue.h>
+#include <mblock/msg_queue.h>
 #include <mb_timer_queue.h>
 
 /*!
  * \brief Concrete runtime that uses a thread per mblock
- * \implementation
+ * \internal
  *
  * These are all implementation details.
  */