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/flat_fader_impl.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'gr-channels/lib/flat_fader_impl.h')

diff --git a/gr-channels/lib/flat_fader_impl.h b/gr-channels/lib/flat_fader_impl.h
index fae237278..48cc645f8 100644
--- a/gr-channels/lib/flat_fader_impl.h
+++ b/gr-channels/lib/flat_fader_impl.h
@@ -31,7 +31,7 @@
 #include <boost/random.hpp>
 
 #include <gnuradio/fxpt.h>
-#include <sincostable.h>
+#include "sincostable.h"
 
 // FASTSINCOS:  0 = slow native,  1 = gr::fxpt impl,  2 = sincostable.h
 #define FASTSINCOS  2
-- 
cgit v1.2.3