summaryrefslogtreecommitdiff
path: root/editors/koffice-kde4/files/patch-KDChartData.h
blob: d759e03330104a74a86bb5ba96c1b056b5c6dd3a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- ./kchart/kdchart/KDChartData.h.orig	Mon Dec 10 18:01:12 2001
+++ ./kchart/kdchart/KDChartData.h	Sat May 25 13:27:21 2002
@@ -12,12 +12,8 @@
 
 #include <qstring.h>
 #include <qdatetime.h>
-#ifdef unix
-#include <values.h>
-#else
 #include <float.h>
 #define MINDOUBLE DBL_MIN
-#endif
 
 // Please leave all methods in this class inline!
 // It's necessary since it's part of the interface provided by KDChart