diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2013-04-30 12:58:22 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2013-04-30 12:58:22 -0700 |
commit | 02b89c6174b776acd2865443fbc19649b8b0e7d0 (patch) | |
tree | 9cc1da754cd7252212fe2d14ac4afe73275f5e38 /gr-trellis/lib/quicksort_index.cc | |
parent | 5e17e3ea05631c9d1e47ae601859008e9c1f6be9 (diff) |
trellis: moved include dir to gnuradio/trellis
Diffstat (limited to 'gr-trellis/lib/quicksort_index.cc')
-rw-r--r-- | gr-trellis/lib/quicksort_index.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-trellis/lib/quicksort_index.cc b/gr-trellis/lib/quicksort_index.cc index 02cd8a9134..2e7c21907a 100644 --- a/gr-trellis/lib/quicksort_index.cc +++ b/gr-trellis/lib/quicksort_index.cc @@ -20,7 +20,7 @@ * Boston, MA 02110-1301, USA. */ -#include <trellis/quicksort_index.h> +#include <gnuradio/trellis/quicksort_index.h> namespace gr { namespace trellis { |