From 59895306a57eb44d1777e08b96c867fb3b8a046d Mon Sep 17 00:00:00 2001 From: jmt Date: Sun, 20 Sep 2009 08:21:05 +0000 Subject: [PATCH] Remove includes. --- src/Environment/environment.cxx | 2 -- src/FDM/LaRCsim/LaRCsimIC.hxx | 2 -- src/Instrumentation/mag_compass.cxx | 1 - 3 files changed, 5 deletions(-) diff --git a/src/Environment/environment.cxx b/src/Environment/environment.cxx index f915e5261..02a9d6416 100644 --- a/src/Environment/environment.cxx +++ b/src/Environment/environment.cxx @@ -29,8 +29,6 @@ #include -#include - #include #include #include diff --git a/src/FDM/LaRCsim/LaRCsimIC.hxx b/src/FDM/LaRCsim/LaRCsimIC.hxx index b6e112153..38d14d7c0 100644 --- a/src/FDM/LaRCsim/LaRCsimIC.hxx +++ b/src/FDM/LaRCsim/LaRCsimIC.hxx @@ -30,8 +30,6 @@ INCLUDES *******************************************************************************/ -#include - #include "ls_constants.h" #include "ls_types.h" diff --git a/src/Instrumentation/mag_compass.cxx b/src/Instrumentation/mag_compass.cxx index 223c77708..1f57f0791 100644 --- a/src/Instrumentation/mag_compass.cxx +++ b/src/Instrumentation/mag_compass.cxx @@ -10,7 +10,6 @@ # include #endif -#include #include #include "mag_compass.hxx"