From 48d9b150cd92dbfa1b37ef3be7970af189999752 Mon Sep 17 00:00:00 2001 From: Giovanni Bussi <giovanni.bussi@gmail.com> Date: Thu, 3 Jan 2013 09:51:53 +0100 Subject: [PATCH] Removed some unnecessary include --- src/colvar/PathMSDBase.cpp | 8 +------- src/colvar/PathMSDBase.h | 3 --- src/tools/Log.h | 4 ---- src/tools/PDB.h | 1 - 4 files changed, 1 insertion(+), 15 deletions(-) diff --git a/src/colvar/PathMSDBase.cpp b/src/colvar/PathMSDBase.cpp index 69a691108..8aa380520 100644 --- a/src/colvar/PathMSDBase.cpp +++ b/src/colvar/PathMSDBase.cpp @@ -20,19 +20,13 @@ along with plumed. If not, see <http://www.gnu.org/licenses/>. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ #include <cmath> - #include "Colvar.h" #include "PathMSDBase.h" #include "ActionRegister.h" - #include "core/PlumedMain.h" - -#include <string> -#include <cstring> -#include <iostream> +#include "core/Atoms.h" #include "tools/PDB.h" #include "tools/RMSD.h" -#include "core/Atoms.h" #include "tools/Tools.h" using namespace std; diff --git a/src/colvar/PathMSDBase.h b/src/colvar/PathMSDBase.h index 62e80ba17..128b79073 100644 --- a/src/colvar/PathMSDBase.h +++ b/src/colvar/PathMSDBase.h @@ -27,9 +27,6 @@ #include "Colvar.h" #include "ActionRegister.h" -#include <string> -#include <cstring> -#include <iostream> #include "tools/PDB.h" #include "tools/RMSD.h" #include "tools/Tools.h" diff --git a/src/tools/Log.h b/src/tools/Log.h index b75ca7168..b2c3a8322 100644 --- a/src/tools/Log.h +++ b/src/tools/Log.h @@ -22,10 +22,6 @@ #ifndef __PLUMED_tools_Log_h #define __PLUMED_tools_Log_h -#include <cstdio> -#include <string> -#include <sstream> - #include "File.h" namespace PLMD{ diff --git a/src/tools/PDB.h b/src/tools/PDB.h index fcf0b052b..661ee1ee5 100644 --- a/src/tools/PDB.h +++ b/src/tools/PDB.h @@ -26,7 +26,6 @@ #include "Vector.h" #include <vector> #include <string> -#include <iostream> #include "Log.h" -- GitLab