"platforms/opencl/include/OpenCLEvent.h" did not exist on "a402046652cab8ba297aa423e4cb57c904525144"
Commit 3279efe5 authored by peastman's avatar peastman
Browse files

Merge pull request #47 from peastman/headers

Install platform specific header files, so plugins can be built without needing a full source tree
parents 0e5073cf 0534520e
......@@ -25,7 +25,7 @@
#ifndef __ReferenceAndersenThermostat_H__
#define __ReferenceAndersenThermostat_H__
#include "../SimTKUtilities/SimTKOpenMMCommon.h"
#include "SimTKOpenMMCommon.h"
#include <vector>
// ---------------------------------------------------------------------------------------
......
......@@ -25,8 +25,8 @@
#ifndef __ReferenceCMAPTorsionIxn_H__
#define __ReferenceCMAPTorsionIxn_H__
#include "../SimTKUtilities/SimTKOpenMMCommon.h"
#include "../SimTKUtilities/SimTKOpenMMUtilities.h"
#include "SimTKOpenMMCommon.h"
#include "SimTKOpenMMUtilities.h"
#include "ReferenceBondIxn.h"
#include <vector>
......
......@@ -25,7 +25,7 @@
#ifndef __ReferenceConstraintAlgorithm_H__
#define __ReferenceConstraintAlgorithm_H__
#include "../SimTKUtilities/SimTKOpenMMCommon.h"
#include "SimTKOpenMMCommon.h"
#include "openmm/internal/windowsExport.h"
/**
......
......@@ -26,7 +26,7 @@
#define __ReferenceDynamics_H__
#include "ReferenceConstraintAlgorithm.h"
#include "../SimTKUtilities/SimTKOpenMMCommon.h"
#include "SimTKOpenMMCommon.h"
#include "openmm/System.h"
#include <cstddef>
#include <vector>
......
......@@ -25,7 +25,7 @@
#ifndef __ReferenceForce_H__
#define __ReferenceForce_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