diff options
Diffstat (limited to 'src/tkbltGrText.C')
-rw-r--r-- | src/tkbltGrText.C | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tkbltGrText.C b/src/tkbltGrText.C index a0a6d4f..81342a3 100644 --- a/src/tkbltGrText.C +++ b/src/tkbltGrText.C @@ -32,9 +32,9 @@ #include <tk.h> #include <tkInt.h> -#include "bltGrText.h" -#include "bltGraph.h" -#include "bltGrPSOutput.h" +#include "tkbltGrText.h" +#include "tkbltGraph.h" +#include "tkbltGrPSOutput.h" using namespace Blt; |