summaryrefslogtreecommitdiff
path: root/gr-channels/lib/selective_fading_model2_impl.cc
diff options
context:
space:
mode:
authorAndrej Rode <mail@andrejro.de>2018-12-15 23:24:06 +0100
committerMartin Braun <martin.braun@ettus.com>2019-01-07 08:27:27 -0800
commit41b4b6a2b835917c7616fe700a632eca8e4c8199 (patch)
tree6f94328a2473974032cf055faf2fe84bc64682d5 /gr-channels/lib/selective_fading_model2_impl.cc
parent7d85b8bb0ea54a27d4904020e6569965a64a0246 (diff)
includes: use quotes for local includes
Diffstat (limited to 'gr-channels/lib/selective_fading_model2_impl.cc')
-rw-r--r--gr-channels/lib/selective_fading_model2_impl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-channels/lib/selective_fading_model2_impl.cc b/gr-channels/lib/selective_fading_model2_impl.cc
index a311a837d8..c5d8afc641 100644
--- a/gr-channels/lib/selective_fading_model2_impl.cc
+++ b/gr-channels/lib/selective_fading_model2_impl.cc
@@ -21,7 +21,7 @@
*/
#include "selective_fading_model2_impl.h"
-#include <sincostable.h>
+#include "sincostable.h"
#include <gnuradio/io_signature.h>
#include <gnuradio/fxpt.h>