Move mblock library include files into separate library. Updates to usrp in-band...
[debian/gnuradio] / mblock / src / lib / mb_msg_accepter_smp.cc
index 3123b329c7cc60db8870995d2b61d70b3c5da8b0..3b392a8c1b9c9ebaa9258d495b00c97f3bad0116 100644 (file)
@@ -1,12 +1,12 @@
 /* -*- c++ -*- */
 /*
- * Copyright 2007 Free Software Foundation, Inc.
+ * Copyright 2007,2008 Free Software Foundation, Inc.
  * 
  * This file is part of GNU Radio
  * 
  * 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 <config.h>
 #endif
 #include <mb_msg_accepter_smp.h>
-#include <mb_common.h>
-#include <mb_mblock.h>
+#include <mblock/common.h>
+#include <mblock/mblock.h>
 #include <mb_mblock_impl.h>
-#include <mb_message.h>
+#include <mblock/message.h>
 
 mb_msg_accepter_smp::mb_msg_accepter_smp(mb_mblock_sptr mblock, pmt_t port_name)
   : d_mb(mblock), d_port_name(port_name)