Browse Source

JSON: Small cleanup of includes

Julius Pfrommer 6 years ago
parent
commit
c16e303e84
2 changed files with 1 additions and 4 deletions
  1. 1 3
      src/ua_types_encoding_json.c
  2. 0 1
      src/ua_types_encoding_json.h

+ 1 - 3
src/ua_types_encoding_json.c

@@ -11,14 +11,12 @@
 #include "ua_types_generated.h"
 #include "ua_types_generated_handling.h"
 #include "ua_plugin_log.h"
-#include "assert.h"
-#include "../deps/musl/floatscan.h"
 
 #include <math.h>
 #include <float.h>
 
 #ifdef UA_ENABLE_CUSTOM_LIBC
-
+#include "../deps/musl/floatscan.h"
 #include "../deps/musl/vfprintf.h"
 #endif
 

+ 0 - 1
src/ua_types_encoding_json.h

@@ -18,7 +18,6 @@ extern "C" {
 #include "ua_types_encoding_json.h"
 #include "ua_types.h"
 #include "../deps/jsmn/jsmn.h"
-#include "assert.h"
  
 #define TOKENCOUNT 1000