aboutsummaryrefslogtreecommitdiff
path: root/src/driver
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2005-02-19 06:43:41 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2005-02-19 06:43:41 +0000
commit528c16bc31082e8b2b6b00ce7bf96d8177d05260 (patch)
tree7fa213c10e00bc95d43a0c0de07d12473a1a7643 /src/driver
parentcb95431b072f5519a083a59e878255c5bcab64d1 (diff)
remove an (unnecessary)
#include <vector> that I committed by accident and that was causing compilation headaches on Macs git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1396 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/driver')
-rw-r--r--src/driver/BH_diagnostics.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/driver/BH_diagnostics.cc b/src/driver/BH_diagnostics.cc
index d67d95a..8cc4bf6 100644
--- a/src/driver/BH_diagnostics.cc
+++ b/src/driver/BH_diagnostics.cc
@@ -18,8 +18,6 @@
#include <assert.h>
#include <math.h>
-#include <vector>
-
#include "util_Table.h"
#include "cctk.h"
#include "cctk_Arguments.h"