From 7e55cb9224fb7f1586a829f7321ef5b1bded88f5 Mon Sep 17 00:00:00 2001 From: Dimitri Stolnikov Date: Thu, 30 May 2013 16:14:22 +0200 Subject: introduce osmosdr namespace, remove _c suffix - the namespace conversion adopts the common gnuradio coding guidelines - suffix removal is a preparation to support 8/16 bit complex data types --- lib/file/file_source_c.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/file/file_source_c.cc') diff --git a/lib/file/file_source_c.cc b/lib/file/file_source_c.cc index dc2587d..2db1727 100644 --- a/lib/file/file_source_c.cc +++ b/lib/file/file_source_c.cc @@ -30,7 +30,7 @@ #include "file_source_c.h" -#include "osmosdr_arg_helpers.h" +#include "arg_helpers.h" using namespace boost::assign; -- cgit v1.2.3