diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2013-04-30 13:34:43 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2013-04-30 13:34:43 -0700 |
commit | b779505f8f536bbc2fcc58102fd48644a0903874 (patch) | |
tree | a9106f975d7d4dd26bd5ca69d5ff117710a36cc7 /gr-atsc/lib/qa_convolutional_interleaver.h | |
parent | 372bcbcd41df277733a30adeb6a822ebf0ef6ad6 (diff) |
atsc: moved include dir to gnuradio/atsc
Diffstat (limited to 'gr-atsc/lib/qa_convolutional_interleaver.h')
-rw-r--r-- | gr-atsc/lib/qa_convolutional_interleaver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-atsc/lib/qa_convolutional_interleaver.h b/gr-atsc/lib/qa_convolutional_interleaver.h index afe795a547..5fc73dd70c 100644 --- a/gr-atsc/lib/qa_convolutional_interleaver.h +++ b/gr-atsc/lib/qa_convolutional_interleaver.h @@ -26,7 +26,7 @@ #include <cppunit/extensions/HelperMacros.h> #include <cppunit/TestCase.h> -#include <atsc/convolutional_interleaver.h> +#include <gnuradio/atsc/convolutional_interleaver.h> class qa_convolutional_interleaver : public CppUnit::TestCase { private: |