Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / gen_ad.h
index a9bf24d309cee7b20a4a7b2cbf335885598cb598..e8814a5cabe8491f960b7b543bafe0dfa9ad9712 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (c) 1991-2000, University of Groningen, The Netherlands.
  * Copyright (c) 2001-2004, The GROMACS development team.
- * Copyright (c) 2012, by the GROMACS development team, led by
+ * Copyright (c) 2012,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 _gen_ad_h
-#define _gen_ad_h
+#ifndef GMX_GMXPREPROCESS_GEN_AD_H
+#define GMX_GMXPREPROCESS_GEN_AD_H
 
-#include "typedefs.h"
-#include "toputil.h"
-#include "gpp_nextnb.h"
-#include "resall.h"
+#include "gromacs/gmxpreprocess/gpp_nextnb.h"
+#include "gromacs/gmxpreprocess/resall.h"
+#include "gromacs/gmxpreprocess/toputil.h"
+#include "gromacs/legacyheaders/typedefs.h"
 
 #ifdef __cplusplus
 extern "C" {
@@ -58,4 +58,4 @@ void gen_pad(t_nextnb *nnb, t_atoms *atoms, t_restp rtp[],
 }
 #endif
 
-#endif  /* _gen_ad_h */
+#endif