X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd_graph.c;h=2c4f71a3d37ebee765c113e9c02aa9e9d930fda9;hb=d92fa11949eb31c2ac038286fde8fab63bffd9c0;hp=b1cb663ca6bb1cd92050c8c3ec2e302f6ec90327;hpb=c780fd4d91a3f75dc95b8a900f6c20b1b0446237;p=rrdtool.git diff --git a/src/rrd_graph.c b/src/rrd_graph.c index b1cb663..2c4f71a 100644 --- a/src/rrd_graph.c +++ b/src/rrd_graph.c @@ -1,5 +1,5 @@ /**************************************************************************** - * RRDtool 1.3.2 Copyright by Tobi Oetiker, 1997-2008 + * RRDtool 1.4.2 Copyright by Tobi Oetiker, 1997-2009 **************************************************************************** * rrd__graph.c produce graphs from data in rrdfiles ****************************************************************************/ @@ -25,13 +25,9 @@ #include #endif -#ifdef HAVE_TIME_H #include -#endif -#ifdef HAVE_LOCALE_H #include -#endif #include "rrd_graph.h" #include "rrd_client.h"