Remove some include order dependencies
[alexxy/gromacs.git] / src / gromacs / legacyheaders / types / genborn.h
index 6edf3d75e87ddf0b06f8e83fb19c3c7a9deb5c9e..d7acafe0119ca7a66367b3669885cf5972b9f218 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (c) 1991-2000, University of Groningen, The Netherlands.
  * Copyright (c) 2001-2008, The GROMACS development team.
- * Copyright (c) 2010, by the GROMACS development team, led by
+ * Copyright (c) 2010,2014, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
  * the research papers on the package. Check out http://www.gromacs.org.
  */
 
+#ifndef GMX_LEGACYHEADERS_TYPES_GENBORN_H
+#define GMX_LEGACYHEADERS_TYPES_GENBORN_H
 
 #ifdef __cplusplus
 extern "C" {
 #endif
 
-#include "simple.h"
+#include "gromacs/legacyheaders/types/simple.h"
 
 typedef struct
 {
@@ -113,3 +115,4 @@ gmx_genborn_t;
 #ifdef __cplusplus
 }
 #endif
+#endif