summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2020-03-17 19:03:18 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2020-03-17 19:03:18 (GMT)
commit77ca8bd36df9e10171e0fd8350413cd103caec45 (patch)
tree04744923c77df6d544e363caa3fa1402f466a048
parent0d5c5af695d5533a4463c0ed5f6776c8aef1ad74 (diff)
downloadblt-77ca8bd36df9e10171e0fd8350413cd103caec45.zip
blt-77ca8bd36df9e10171e0fd8350413cd103caec45.tar.gz
blt-77ca8bd36df9e10171e0fd8350413cd103caec45.tar.bz2
clean up code
-rw-r--r--vector/vector.C2
-rw-r--r--vector/vector3d.C2
2 files changed, 0 insertions, 4 deletions
diff --git a/vector/vector.C b/vector/vector.C
index 88949f1..8691d6e 100644
--- a/vector/vector.C
+++ b/vector/vector.C
@@ -2,8 +2,6 @@
// Smithsonian Astrophysical Observatory, Cambridge, MA, USA
// For conditions of distribution and use, see copyright notice in "copyright"
-#include <tk.h>
-
#include "vector.h"
#include "vector3d.h"
#include "fuzzy.h"
diff --git a/vector/vector3d.C b/vector/vector3d.C
index 78575ae..5a0cb6f 100644
--- a/vector/vector3d.C
+++ b/vector/vector3d.C
@@ -2,8 +2,6 @@
// Smithsonian Astrophysical Observatory, Cambridge, MA, USA
// For conditions of distribution and use, see copyright notice in "copyright"
-#include <tk.h>
-
#include "vector3d.h"
#include "vector.h"
#include "fuzzy.h"