]> arthur.barton.de Git - netdata.git/blobdiff - src/unit_test.c
all required system headers in common.h; some progress on health variables
[netdata.git] / src / unit_test.c
index dbf9190ba4c7d66de2b9ace17379700a08d0ec03..1a8ef012acd19083f0bd89c1ccb5c101d3190fc9 100644 (file)
@@ -1,17 +1,4 @@
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <sys/resource.h>
-#include <math.h>
-
 #include "common.h"
-#include "storage_number.h"
-#include "rrd.h"
-#include "log.h"
-#include "web_buffer.h"
 
 int check_storage_number(calculated_number n, int debug) {
        char buffer[100];