remove HAVE_LOCALE_H and HAVE_TIME_H and HAVE_SETLOCALE since they have not been...
[rrdtool.git] / src / rrd_graph.c
index b1cb663..d3aa626 100644 (file)
 #include <fcntl.h>
 #endif
 
 #include <fcntl.h>
 #endif
 
-#ifdef HAVE_TIME_H
 #include <time.h>
 #include <time.h>
-#endif
 
 
-#ifdef HAVE_LOCALE_H
 #include <locale.h>
 #include <locale.h>
-#endif
 
 #include "rrd_graph.h"
 #include "rrd_client.h"
 
 #include "rrd_graph.h"
 #include "rrd_client.h"