Commit 644cc275 authored by Peter Eastman's avatar Peter Eastman
Browse files

Moved header files into an openmm subdirectory

parent b2c89feb
......@@ -33,7 +33,7 @@
* -------------------------------------------------------------------------- */
#include "Integrator.h"
#include "Kernel.h"
#include "openmm/Kernel.h"
#include "internal/windowsExport.h"
namespace OpenMM {
......
......@@ -33,7 +33,7 @@
* -------------------------------------------------------------------------- */
#include "Integrator.h"
#include "Kernel.h"
#include "openmm/Kernel.h"
#include "internal/windowsExport.h"
namespace OpenMM {
......
......@@ -33,8 +33,8 @@
* -------------------------------------------------------------------------- */
#include "ForceImpl.h"
#include "AndersenThermostat.h"
#include "Kernel.h"
#include "openmm/AndersenThermostat.h"
#include "openmm/Kernel.h"
#include <string>
namespace OpenMM {
......
......@@ -33,8 +33,8 @@
* -------------------------------------------------------------------------- */
#include "ForceImpl.h"
#include "CMMotionRemover.h"
#include "Kernel.h"
#include "openmm/CMMotionRemover.h"
#include "openmm/Kernel.h"
namespace OpenMM {
......
......@@ -33,8 +33,8 @@
* -------------------------------------------------------------------------- */
#include "ForceImpl.h"
#include "GBSAOBCForce.h"
#include "Kernel.h"
#include "openmm/GBSAOBCForce.h"
#include "openmm/Kernel.h"
#include <string>
namespace OpenMM {
......
......@@ -33,8 +33,8 @@
* -------------------------------------------------------------------------- */
#include "ForceImpl.h"
#include "GBVIForce.h"
#include "Kernel.h"
#include "openmm/GBVIForce.h"
#include "openmm/Kernel.h"
#include <string>
namespace OpenMM {
......
......@@ -33,8 +33,8 @@
* -------------------------------------------------------------------------- */
#include "ForceImpl.h"
#include "HarmonicAngleForce.h"
#include "Kernel.h"
#include "openmm/HarmonicAngleForce.h"
#include "openmm/Kernel.h"
#include <utility>
#include <set>
#include <string>
......
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