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/core_algorithms.cc | |
parent | 5e17e3ea05631c9d1e47ae601859008e9c1f6be9 (diff) |
trellis: moved include dir to gnuradio/trellis
Diffstat (limited to 'gr-trellis/lib/core_algorithms.cc')
-rw-r--r-- | gr-trellis/lib/core_algorithms.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-trellis/lib/core_algorithms.cc b/gr-trellis/lib/core_algorithms.cc index a704e5f9a6..a8a0174551 100644 --- a/gr-trellis/lib/core_algorithms.cc +++ b/gr-trellis/lib/core_algorithms.cc @@ -23,8 +23,8 @@ #include <cstring> #include <stdexcept> #include <iostream> -#include <trellis/core_algorithms.h> -#include <trellis/calc_metric.h> +#include <gnuradio/trellis/core_algorithms.h> +#include <gnuradio/trellis/calc_metric.h> namespace gr { namespace trellis { |