diff options
Diffstat (limited to 'src/tkbltGrPSOutput.C')
-rw-r--r-- | src/tkbltGrPSOutput.C | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tkbltGrPSOutput.C b/src/tkbltGrPSOutput.C index 6d7f2e1..a90e921 100644 --- a/src/tkbltGrPSOutput.C +++ b/src/tkbltGrPSOutput.C @@ -85,9 +85,9 @@ typedef struct TkBorder { * borderTable. */ } TkBorder; -#include "bltGraph.h" -#include "bltGrPostscript.h" -#include "bltGrPSOutput.h" +#include "tkbltGraph.h" +#include "tkbltGrPostscript.h" +#include "tkbltGrPSOutput.h" using namespace Blt; |