Remove some include order dependencies
[alexxy/gromacs.git] / src / gromacs / legacyheaders / types / interaction_const.h
index 1f1a50ae63c69ad57508c92702ed3d79808edbed..319d6c2a61995b79fcac08c7636bdf1c863d9658 100644 (file)
  * the research papers on the package. Check out http://www.gromacs.org.
  */
 
-#ifndef _INTERACTION_CONST_
-#define _INTERACTION_CONST_
+#ifndef GMX_LEGACYHEADERS_INTERACTION_CONST_H
+#define GMX_LEGACYHEADERS_INTERACTION_CONST_H
+
+#include "gromacs/utility/real.h"
 
 #ifdef __cplusplus
 extern "C" {
@@ -133,4 +135,4 @@ typedef struct {
 }
 #endif
 
-#endif /* _INTERACTION_CONST_ */
+#endif