[Kst] kdeextragear-2/kst/kst/datasources/cdf
George Staikos
staikos at kde.org
Fri Nov 5 15:14:20 CET 2004
CVS commit by staikos:
CDF source updates from Nicolas, approved by me
A cdf_source.h 1.1 [GPL (v2+)]
A cdfdefs.h 1.1 [no copyright]
M +3 -3 cdf.cpp 1.12
R cdf.h 1.6
--- kdeextragear-2/kst/kst/datasources/cdf/cdf.cpp #1.11:1.12
@@ -16,7 +16,7 @@
***************************************************************************/
-#include "cdf.h" // Local header for the kst CDF datasource
-#include <cdf.h> // Main CDF header (not sure it is a good idea for it to have the same name as the local one, but that one should not be changed as it's the official CDF distribution !)
-#include <cdfdist.h> // Macros to handle rVars and zVars transparently
+#include "cdf_source.h" // Local header for the kst CDF datasource
+#include <cdf.h>
+#include "cdfdefs.h" // Macros to handle rVars and zVars transparently
#include <kdebug.h>
More information about the Kst
mailing list