summaryrefslogtreecommitdiffstats
path: root/lib/gain_handler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gain_handler.cpp')
-rw-r--r--lib/gain_handler.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/gain_handler.cpp b/lib/gain_handler.cpp
index 8713ad766..85cacd2a5 100644
--- a/lib/gain_handler.cpp
+++ b/lib/gain_handler.cpp
@@ -15,14 +15,14 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
//
-#include <usrp_uhd/gain_handler.hpp>
-#include <usrp_uhd/utils.hpp>
+#include <uhd/gain_handler.hpp>
+#include <uhd/utils.hpp>
#include <boost/assign/list_of.hpp>
#include <boost/foreach.hpp>
#include <boost/format.hpp>
#include <vector>
-using namespace usrp_uhd;
+using namespace uhd;
/***********************************************************************
* Helper functions and macros