Commit 300758a5 authored by peastman's avatar peastman
Browse files

Platform specific header files get installed. This allows plugins to be built...

Platform specific header files get installed.  This allows plugins to be built with just an OpenMM installation, not a full source tree.
parent a950d697
......@@ -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