@@ -29,14 +29,14 @@
#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"