moved include statements to the right place

This commit is contained in:
Christoph Mayer 2019-07-16 13:03:49 +02:00
parent b7acc10f72
commit 7482ebfdbe
1 changed files with 3 additions and 3 deletions

View File

@ -18,13 +18,13 @@
* Boston, MA 02110-1301, USA.
*/
namespace gr {
namespace digitalhf {
#include <array>
#include <cmath>
#include <cstdint>
namespace gr {
namespace digitalhf {
template<size_t N>
class llr_to_prob {
public: