summaryrefslogtreecommitdiff
path: root/gr-trellis/lib/permutation_impl.h
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2013-04-30 12:58:22 -0700
committerJohnathan Corgan <johnathan@corganlabs.com>2013-04-30 12:58:22 -0700
commit02b89c6174b776acd2865443fbc19649b8b0e7d0 (patch)
tree9cc1da754cd7252212fe2d14ac4afe73275f5e38 /gr-trellis/lib/permutation_impl.h
parent5e17e3ea05631c9d1e47ae601859008e9c1f6be9 (diff)
trellis: moved include dir to gnuradio/trellis
Diffstat (limited to 'gr-trellis/lib/permutation_impl.h')
-rw-r--r--gr-trellis/lib/permutation_impl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-trellis/lib/permutation_impl.h b/gr-trellis/lib/permutation_impl.h
index 6e3ca2b2d7..2c7b28d62f 100644
--- a/gr-trellis/lib/permutation_impl.h
+++ b/gr-trellis/lib/permutation_impl.h
@@ -23,8 +23,8 @@
#ifndef INCLUDED_TRELLIS_PERMUTATION_IMPL_H
#define INCLUDED_TRELLIS_PERMUTATION_IMPL_H
-#include <trellis/api.h>
-#include <trellis/permutation.h>
+#include <gnuradio/trellis/api.h>
+#include <gnuradio/trellis/permutation.h>
namespace gr {
namespace trellis {