diff options
Diffstat (limited to 'src/tkbltGrAxisOp.C')
-rw-r--r-- | src/tkbltGrAxisOp.C | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tkbltGrAxisOp.C b/src/tkbltGrAxisOp.C index 5b070d3..f5102a5 100644 --- a/src/tkbltGrAxisOp.C +++ b/src/tkbltGrAxisOp.C @@ -30,11 +30,11 @@ #include <math.h> #include <string.h> -#include "bltGrBind.h" -#include "bltGraph.h" +#include "tkbltGrBind.h" +#include "tkbltGraph.h" #include "tkbltGrAxis.h" #include "tkbltGrAxisOp.h" -#include "bltGrMisc.h" +#include "tkbltGrMisc.h" using namespace Blt; |