Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / gpp_nextnb.h
index a01b7355a432e036a862350a30fcab7c5a80fa1a..c5dde3865e4d3451ddf8a87fd2b98297d1ed38fc 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) 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 _gpp_nextnb_h
-#define _gpp_nextnb_h
+#ifndef GMX_GMXPREPROCESS_GPP_NEXTNB_H
+#define GMX_GMXPREPROCESS_GPP_NEXTNB_H
 
-#include "grompp.h"
+#include "gromacs/gmxpreprocess/grompp-impl.h"
 
 #ifdef __cplusplus
 extern "C" {
@@ -75,9 +75,6 @@ void gen_nnb(t_nextnb *nnb, t_params plist[]);
  * initiated using init_nnb.
  */
 
-void nnb2excl (t_nextnb *nnb, t_blocka *excl);
-/* generate exclusions from nnb */
-
 void generate_excl (int nrexcl, int nratoms,
                     t_params plist[], t_nextnb *nnb, t_blocka *excl);
 /* Generate an exclusion block from bonds and constraints in
@@ -88,4 +85,4 @@ void generate_excl (int nrexcl, int nratoms,
 }
 #endif
 
-#endif  /* _gpp_nextnb_h */
+#endif