From 7482ebfdbe87d3116174759d0a41d63cd90abea3 Mon Sep 17 00:00:00 2001 From: Christoph Mayer Date: Tue, 16 Jul 2019 13:03:49 +0200 Subject: [PATCH] moved include statements to the right place --- lib/llr_to_prob.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/llr_to_prob.h b/lib/llr_to_prob.h index 5076c9d..27ff300 100644 --- a/lib/llr_to_prob.h +++ b/lib/llr_to_prob.h @@ -18,13 +18,13 @@ * Boston, MA 02110-1301, USA. */ -namespace gr { -namespace digitalhf { - #include #include #include +namespace gr { +namespace digitalhf { + template class llr_to_prob { public: