Commit 54d728c0 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

reduce need for include files by adding forward declaration

parent ae499b98
Loading
Loading
Loading
Loading
+9 −7
Original line number Diff line number Diff line
@@ -9,9 +9,11 @@ FixStyle(plumed,FixPlumed)
#define LMP_FIX_PLUMED_H

#include "fix.h"
#include "compute.h"
// the plumed header that defines the class//
#include "Plumed.h"

// forward declaration
namespace PLMD {
  class Plumed;
}

namespace LAMMPS_NS {