diff options
author | Tom Rondeau <trondeau@vt.edu> | 2012-08-09 20:48:18 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2012-08-09 20:48:18 -0400 |
commit | 45502b80d28e2051f5f7780e0c386147f0976798 (patch) | |
tree | 2bd7f2b14c074dc354948f514e0e9af679bd09e2 /gr-digital/include/digital_constellation.h | |
parent | 38069c9ac14b44597ee053486ca00838c758a47c (diff) |
digital: converted binary_slicer_fb to new style.
Also removed bytes_to_syms. This had been deprecated for a while.
Diffstat (limited to 'gr-digital/include/digital_constellation.h')
-rw-r--r-- | gr-digital/include/digital_constellation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-digital/include/digital_constellation.h b/gr-digital/include/digital_constellation.h index a72bfb74c5..0e0c817d7a 100644 --- a/gr-digital/include/digital_constellation.h +++ b/gr-digital/include/digital_constellation.h @@ -23,7 +23,7 @@ #ifndef INCLUDED_DIGITAL_CONSTELLATION_H #define INCLUDED_DIGITAL_CONSTELLATION_H -#include <digital_api.h> +#include <digital/api.h> #include <vector> #include <math.h> #include <gr_complex.h> |