summaryrefslogtreecommitdiff
path: root/gr-trellis/lib/quicksort_index.cc
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/quicksort_index.cc
parent5e17e3ea05631c9d1e47ae601859008e9c1f6be9 (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.cc2
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 {