From 41b4b6a2b835917c7616fe700a632eca8e4c8199 Mon Sep 17 00:00:00 2001
From: Andrej Rode <mail@andrejro.de>
Date: Sat, 15 Dec 2018 23:24:06 +0100
Subject: includes: use quotes for local includes

---
 gr-channels/lib/selective_fading_model2_impl.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'gr-channels/lib/selective_fading_model2_impl.cc')

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>
-- 
cgit v1.2.3