Commit e3b25204 authored by leeping's avatar leeping
Browse files

Merge github.com:leeping/openmm

parents 41e9a095 74415dd9
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
#define __ReferenceDynamics_H__ #define __ReferenceDynamics_H__
#include "ReferenceConstraintAlgorithm.h" #include "ReferenceConstraintAlgorithm.h"
#include "../SimTKUtilities/SimTKOpenMMCommon.h" #include "SimTKOpenMMCommon.h"
#include "openmm/System.h" #include "openmm/System.h"
#include <cstddef> #include <cstddef>
#include <vector> #include <vector>
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#ifndef __ReferenceForce_H__ #ifndef __ReferenceForce_H__
#define __ReferenceForce_H__ #define __ReferenceForce_H__
#include "../../../../openmmapi/include/openmm/internal/windowsExport.h" #include "openmm/internal/windowsExport.h"
// --------------------------------------------------------------------------------------- // ---------------------------------------------------------------------------------------
......
...@@ -34,8 +34,8 @@ ...@@ -34,8 +34,8 @@
#include "ReferencePlatform.h" #include "ReferencePlatform.h"
#include "openmm/kernels.h" #include "openmm/kernels.h"
#include "SimTKUtilities/SimTKOpenMMRealType.h" #include "SimTKOpenMMRealType.h"
#include "SimTKReference/ReferenceNeighborList.h" #include "ReferenceNeighborList.h"
#include "lepton/ExpressionProgram.h" #include "lepton/ExpressionProgram.h"
class CpuObc; class CpuObc;
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#define __ReferenceLincsAlgorithm_H__ #define __ReferenceLincsAlgorithm_H__
#include "ReferenceConstraintAlgorithm.h" #include "ReferenceConstraintAlgorithm.h"
#include "../SimTKUtilities/SimTKOpenMMRealType.h" #include "SimTKOpenMMRealType.h"
#include <vector> #include <vector>
// --------------------------------------------------------------------------------------- // ---------------------------------------------------------------------------------------
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#ifndef __ReferenceMonteCarloBarostat_H__ #ifndef __ReferenceMonteCarloBarostat_H__
#define __ReferenceMonteCarloBarostat_H__ #define __ReferenceMonteCarloBarostat_H__
#include "../SimTKUtilities/SimTKOpenMMCommon.h" #include "SimTKOpenMMCommon.h"
#include <utility> #include <utility>
#include <vector> #include <vector>
......
#ifndef OPENMM_REFERENCE_NEIGHBORLIST_H_ #ifndef OPENMM_REFERENCE_NEIGHBORLIST_H_
#define OPENMM_REFERENCE_NEIGHBORLIST_H_ #define OPENMM_REFERENCE_NEIGHBORLIST_H_
#include "../SimTKUtilities/RealVec.h" #include "RealVec.h"
#include "openmm/internal/windowsExport.h" #include "openmm/internal/windowsExport.h"
#include <set> #include <set>
#include <vector> #include <vector>
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#ifndef __ReferencePairIxn_H__ #ifndef __ReferencePairIxn_H__
#define __ReferencePairIxn_H__ #define __ReferencePairIxn_H__
#include "../../../../openmmapi/include/openmm/internal/windowsExport.h" #include "openmm/internal/windowsExport.h"
// --------------------------------------------------------------------------------------- // ---------------------------------------------------------------------------------------
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment