Move mblock library include files into separate library. Updates to usrp in-band...
[debian/gnuradio] / usrp / host / lib / inband / usrp_usb_interface.cc
index 51b6d4646c04e7c4cbda7ec1fc364d36c0f5d838..c69eb0b00570e7693686f7fcaf567d17744f07ed 100644 (file)
@@ -1,6 +1,6 @@
 /* -*- c++ -*- */
 /*
- * Copyright 2007 Free Software Foundation, Inc.
+ * Copyright 2007,2008 Free Software Foundation, Inc.
  * 
  * This file is part of GNU Radio
  * 
@@ -28,7 +28,7 @@
 #include <iostream>
 #include <vector>
 #include <usb.h>
-#include <mb_class_registry.h>
+#include <mblock/class_registry.h>
 #include <usrp_inband_usb_packet.h>
 #include <fpga_regs_common.h>
 #include "usrp_rx.h"