Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / legacyheaders / types / forcerec.h
index 007f7f4481b39490cf77fd5dc143b40e2b43db22..f3f1302d5972ab4ed06a9533ea28a7aa6f6397b4 100644 (file)
  * the research papers on the package. Check out http://www.gromacs.org.
  */
 
-#include "gromacs/legacyheaders/types/ns.h"
+#ifndef GMX_LEGACYHEADERS_TYPES_FORCEREC_H
+#define GMX_LEGACYHEADERS_TYPES_FORCEREC_H
+
+#include "gromacs/legacyheaders/types/enums.h"
 #include "gromacs/legacyheaders/types/genborn.h"
-#include "gromacs/legacyheaders/types/qmmmrec.h"
-#include "../../topology/idef.h"
-#include "gromacs/legacyheaders/types/interaction_const.h"
 #include "gromacs/legacyheaders/types/hw_info.h"
+#include "gromacs/legacyheaders/types/interaction_const.h"
+#include "gromacs/legacyheaders/types/ns.h"
+#include "gromacs/legacyheaders/types/qmmmrec.h"
+#include "gromacs/topology/idef.h"
 
 #ifdef __cplusplus
 extern "C" {
@@ -496,3 +500,4 @@ typedef struct {
 #ifdef __cplusplus
 }
 #endif
+#endif