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

Removed several unnecessary include

parent 76130846
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,6 @@ ...@@ -24,7 +24,6 @@
#include "ActionWithValue.h" #include "ActionWithValue.h"
#include "ActionAtomistic.h" #include "ActionAtomistic.h"
#include "Value.h"
#include "PlumedException.h" #include "PlumedException.h"
#include "DynamicList.h" #include "DynamicList.h"
#include <vector> #include <vector>
...@@ -32,6 +31,7 @@ ...@@ -32,6 +31,7 @@
namespace PLMD{ namespace PLMD{
class Vessel; class Vessel;
class Value;
/** /**
\ingroup MULTIINHERIT \ingroup MULTIINHERIT
......
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#include "FieldVessel.h" #include "FieldVessel.h"
#include "ActionWithDistribution.h" #include "ActionWithDistribution.h"
#include "CubicInterpolation.h"
namespace PLMD { namespace PLMD {
......
...@@ -26,10 +26,11 @@ ...@@ -26,10 +26,11 @@
#include <cstring> #include <cstring>
#include <vector> #include <vector>
#include "VesselValueAccess.h" #include "VesselValueAccess.h"
#include "CubicInterpolation.h"
namespace PLMD { namespace PLMD {
class CInterpolation;
class FieldVessel : public VesselStoreAllValues { class FieldVessel : public VesselStoreAllValues {
private: private:
/// When do we merge derivatives /// When do we merge derivatives
......
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
#include "Vessel.h" #include "Vessel.h"
#include "PlumedException.h" #include "PlumedException.h"
#include "Value.h" #include "Value.h"
#include "Log.h"
namespace PLMD { namespace PLMD {
......
...@@ -27,7 +27,6 @@ ...@@ -27,7 +27,6 @@
#include <vector> #include <vector>
#include "PlumedException.h" #include "PlumedException.h"
#include "Keywords.h" #include "Keywords.h"
#include "Log.h"
namespace PLMD{ namespace PLMD{
...@@ -41,6 +40,8 @@ on. This class is used in PLMD::ActionWithDistribution. ...@@ -41,6 +40,8 @@ on. This class is used in PLMD::ActionWithDistribution.
class ActionWithDistribution; class ActionWithDistribution;
class Vessel; class Vessel;
class Log;
class PlumedCommunicator;
/// This class is used to pass the input to Vessels /// This class is used to pass the input to Vessels
class VesselOptions { class VesselOptions {
......
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