float test header fix
diff --git a/test/float_tests.c b/test/float_tests.c
index 5e58794..4ad4a9a 100644
--- a/test/float_tests.c
+++ b/test/float_tests.c
@@ -10,12 +10,13 @@
Created on 9/19/18
=============================================================================*/
+
+#include "float_tests.h"
#include "qcbor/qcbor_encode.h"
#include <math.h> // For INFINITY and NAN and isnan()
#ifndef QCBOR_DISABLE_PREFERRED_FLOAT
-#include "float_tests.h"
#include "qcbor/qcbor_decode.h"
#include "half_to_double_from_rfc7049.h"