Merged r11491:11494 from jcorgan/pmt into trunk.
[debian/gnuradio] / mblock / src / lib / mb_port.cc
index 959e89c72bca1efaf5221f7e5bd739ba68331620..a26a2c4140c25abbe10123d6b2e7614917669704 100644 (file)
@@ -1,6 +1,6 @@
 /* -*- c++ -*- */
 /*
- * Copyright 2006 Free Software Foundation, Inc.
+ * Copyright 2006,2008,2009 Free Software Foundation, Inc.
  * 
  * This file is part of GNU Radio
  * 
 #include <config.h>
 #endif
 
-#include <mb_port.h>
-#include <mb_protocol_class.h>
+#include <mblock/port.h>
+#include <mblock/protocol_class.h>
+
+using namespace pmt;
 
 mb_port::mb_port(mb_mblock *mblock,
                 const std::string &port_name,