From c6acabb7df67983a3a4ebd4a34a7655a431bdeb7 Mon Sep 17 00:00:00 2001
From: Johnathan Corgan <johnathan@corganlabs.com>
Date: Tue, 30 Apr 2013 13:22:52 -0700
Subject: vocoder: moved include dir to gnuradio/vocoder

---
 gr-vocoder/lib/alaw_encode_sb_impl.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'gr-vocoder/lib/alaw_encode_sb_impl.h')

diff --git a/gr-vocoder/lib/alaw_encode_sb_impl.h b/gr-vocoder/lib/alaw_encode_sb_impl.h
index 72112e35a9..0de1e2e6fd 100644
--- a/gr-vocoder/lib/alaw_encode_sb_impl.h
+++ b/gr-vocoder/lib/alaw_encode_sb_impl.h
@@ -23,7 +23,7 @@
 #ifndef INCLUDED_VOCODER_ALAW_ENCODER_SB_IMPL_H
 #define INCLUDED_VOCODER_ALAW_ENCODER_SB_IMPL_H
 
-#include <vocoder/alaw_encode_sb.h>
+#include <gnuradio/vocoder/alaw_encode_sb.h>
 
 namespace gr {
   namespace vocoder {
-- 
cgit v1.2.3