summaryrefslogtreecommitdiff
path: root/gr-digital/lib/glfsr_source_b_impl.h
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2013-04-29 20:59:55 -0700
committerJohnathan Corgan <johnathan@corganlabs.com>2013-04-29 20:59:55 -0700
commitbc462ac6f6841c16fe3f6a777f32589c3b546aba (patch)
treec3561c5c8570caa004e4dedd977d548659920e51 /gr-digital/lib/glfsr_source_b_impl.h
parenta23eb76138baad68e2a6eb6a53b2d7f87bc1288a (diff)
digital: moved include dir to gnuradio/digital
Diffstat (limited to 'gr-digital/lib/glfsr_source_b_impl.h')
-rw-r--r--gr-digital/lib/glfsr_source_b_impl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-digital/lib/glfsr_source_b_impl.h b/gr-digital/lib/glfsr_source_b_impl.h
index f52cfa0f20..a063eb7c0a 100644
--- a/gr-digital/lib/glfsr_source_b_impl.h
+++ b/gr-digital/lib/glfsr_source_b_impl.h
@@ -23,8 +23,8 @@
#ifndef INCLUDED_GR_GLFSR_SOURCE_B_IMPL_H
#define INCLUDED_GR_GLFSR_SOURCE_B_IMPL_H
-#include <digital/glfsr_source_b.h>
-#include <digital/glfsr.h>
+#include <gnuradio/digital/glfsr_source_b.h>
+#include <gnuradio/digital/glfsr.h>
namespace gr {
namespace digital {