diff options
Diffstat (limited to 'src/tkbltGrElemLine.C')
-rw-r--r-- | src/tkbltGrElemLine.C | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/tkbltGrElemLine.C b/src/tkbltGrElemLine.C index 15154b0..91e4c5b 100644 --- a/src/tkbltGrElemLine.C +++ b/src/tkbltGrElemLine.C @@ -32,14 +32,14 @@ #include <stdlib.h> #include <string.h> -#include "bltGraph.h" -#include "bltGrElemLine.h" -#include "bltGrElemOption.h" +#include "tkbltGraph.h" +#include "tkbltGrElemLine.h" +#include "tkbltGrElemOption.h" #include "tkbltGrAxis.h" -#include "bltGrMisc.h" -#include "bltGrDef.h" +#include "tkbltGrMisc.h" +#include "tkbltGrDef.h" #include "tkbltConfig.h" -#include "bltGrPSOutput.h" +#include "tkbltGrPSOutput.h" using namespace Blt; |