Created bonded module
[alexxy/gromacs.git] / src / gromacs / bonded / restcbt.h
similarity index 98%
rename from src/gromacs/gmxlib/restcbt.h
rename to src/gromacs/bonded/restcbt.h
index 62adbda8e4c872d5adbe3e8d0607cda876127bf0..9f2490c19b07f02c9ea0efbeb044e260558875b9 100644 (file)
  * \inlibraryapi
  */
 
-#ifndef _restcbt_h
-#define _restcbt_h
+#ifndef GMX_BONDED_RESTCBT_H
+#define GMX_BONDED_RESTCBT_H
 
+#include "gromacs/legacyheaders/types/simple.h"
+#include "gromacs/topology/idef.h"
+#include "gromacs/math/vec.h"
 
 #ifdef __cplusplus
 extern "C" {
@@ -180,4 +183,4 @@ void compute_factors_cbtdihs(int type,  const t_iparams forceparams[],
 }
 #endif
 
-#endif  /* _restcbt_h */
+#endif