Преглед на файлове

Unit test linker broken ??? (need to retry this on ci environment)

bel преди 8 години
родител
ревизия
6c9942bbb4
променени са 1 файла, в които са добавени 5 реда и са изтрити 5 реда
  1. 5 5
      test/timertest.c

+ 5 - 5
test/timertest.c

@@ -29,14 +29,14 @@
 #endif
 #endif
 
-#include <stdlib.h>
-#include <time.h>
-
-#define USE_TIMERS
 #define CIVETWEB_API static
-#include "../include/civetweb.h"
+#define USE_TIMERS
+
 #include "../src/civetweb.c"
 
+#include <stdlib.h>
+#include <time.h>
+
 #include "timertest.h"