diff --git a/src/civetweb.c b/src/civetweb.c index 909a93a93..52644cf50 100644 --- a/src/civetweb.c +++ b/src/civetweb.c @@ -163,12 +163,10 @@ mg_static_assert(sizeof(void *) >= sizeof(int), "data type size check"); #endif /* __SYMBIAN32__ */ #if defined(__ZEPHYR__) -#include - #include -#include -#include -#include +#include +#include +#include #include #include #include @@ -176,8 +174,6 @@ mg_static_assert(sizeof(void *) >= sizeof(int), "data type size check"); #include -#include - /* Max worker threads is the max of pthreads minus the main application thread * and minus the main civetweb thread, thus -2 */