Skip to content
Snippets Groups Projects
Commit 48d9b150 authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Removed some unnecessary include

parent e46a31ec
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
......@@ -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"
......
......@@ -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{
......
......@@ -26,7 +26,6 @@
#include "Vector.h"
#include <vector>
#include <string>
#include <iostream>
#include "Log.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment