From 528c16bc31082e8b2b6b00ce7bf96d8177d05260 Mon Sep 17 00:00:00 2001 From: jthorn Date: Sat, 19 Feb 2005 06:43:41 +0000 Subject: remove an (unnecessary) #include 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 --- src/CODESTYLE | 5 +++-- src/driver/BH_diagnostics.cc | 2 -- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/CODESTYLE b/src/CODESTYLE index d2784bb..85399a4 100644 --- a/src/CODESTYLE +++ b/src/CODESTYLE @@ -1,6 +1,6 @@ AHFinderDirect Code Style ========================= -$Header: /usr/local/svn/cvs-repositories/numrelcvs/AEIThorns/AHFinderDirect/src/CODESTYLE,v 1.8 2005-02-01 14:58:52 jthorn Exp $ +$Header: /usr/local/svn/cvs-repositories/numrelcvs/AEIThorns/AHFinderDirect/src/CODESTYLE,v 1.9 2005-02-19 06:43:41 jthorn Exp $ This file documents some general programming conventions used in this thorn. @@ -248,7 +248,8 @@ C++ Templates ============= I use C++ templates, but not for anything fancy, just simple containers. -I instantiate all templates explicitly. +I instantiate all templates explicitly. I'm not (yet) using any of the +STL containers in this thorn. Some C++ compilers offer "automatic" template instantiation. In practice this often causes compilation to fail when the compiler can't find .cc 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 #include -#include - #include "util_Table.h" #include "cctk.h" #include "cctk_Arguments.h" -- cgit v1.2.3