Commit 0534520e authored by Peter's avatar Peter
Browse files

Merge branch 'headers' of https://github.com/peastman/openmm into headers

parents b8b00973 300758a5
......@@ -34,8 +34,8 @@
#include "ReferencePlatform.h"
#include "openmm/kernels.h"
#include "SimTKUtilities/SimTKOpenMMRealType.h"
#include "SimTKReference/ReferenceNeighborList.h"
#include "SimTKOpenMMRealType.h"
#include "ReferenceNeighborList.h"
#include "lepton/ExpressionProgram.h"
class CpuObc;
......
......@@ -25,7 +25,7 @@
#define __ReferenceLincsAlgorithm_H__
#include "ReferenceConstraintAlgorithm.h"
#include "../SimTKUtilities/SimTKOpenMMRealType.h"
#include "SimTKOpenMMRealType.h"
#include <vector>
// ---------------------------------------------------------------------------------------
......
......@@ -25,7 +25,7 @@
#ifndef __ReferenceMonteCarloBarostat_H__
#define __ReferenceMonteCarloBarostat_H__
#include "../SimTKUtilities/SimTKOpenMMCommon.h"
#include "SimTKOpenMMCommon.h"
#include <utility>
#include <vector>
......
#ifndef OPENMM_REFERENCE_NEIGHBORLIST_H_
#define OPENMM_REFERENCE_NEIGHBORLIST_H_
#include "../SimTKUtilities/RealVec.h"
#include "RealVec.h"
#include "openmm/internal/windowsExport.h"
#include <set>
#include <vector>
......
......@@ -25,7 +25,7 @@
#ifndef __ReferencePairIxn_H__
#define __ReferencePairIxn_H__
#include "../../../../openmmapi/include/openmm/internal/windowsExport.h"
#include "openmm/internal/windowsExport.h"
// ---------------------------------------------------------------------------------------
......
......@@ -33,7 +33,7 @@
#define __ReferenceVirtualSites_H__
#include "openmm/System.h"
#include "../SimTKUtilities/RealVec.h"
#include "RealVec.h"
#include <vector>
class OPENMM_EXPORT ReferenceVirtualSites {
......
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