diff options
Diffstat (limited to 'src/tkbltVecMath.C')
-rw-r--r-- | src/tkbltVecMath.C | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tkbltVecMath.C b/src/tkbltVecMath.C index 1e79a7b..d5f1f84 100644 --- a/src/tkbltVecMath.C +++ b/src/tkbltVecMath.C @@ -36,9 +36,9 @@ #include <errno.h> #include <ctype.h> -#include "bltVecInt.h" -#include "bltNsUtil.h" -#include "bltParse.h" +#include "tkbltVecInt.h" +#include "tkbltNsUtil.h" +#include "tkbltParse.h" using namespace Blt; |