Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxlib / nonbonded / nb_generic.c
index b9a52870586702b8228ad934a2773d8d59167256..55fdb28a01f334790ca3605d4b49a544fbe2d7cf 100644 (file)
  * To help us fund GROMACS development, we humbly ask that you cite
  * the research papers on the package. Check out http://www.gromacs.org.
  */
-#include "config.h"
+#include "gmxpre.h"
+
+#include "nb_generic.h"
 
 #include <math.h>
 
+#include "gromacs/gmxlib/nonbonded/nb_kernel.h"
+#include "gromacs/legacyheaders/nonbonded.h"
+#include "gromacs/legacyheaders/nrnb.h"
+#include "gromacs/legacyheaders/typedefs.h"
 #include "gromacs/legacyheaders/types/simple.h"
 #include "gromacs/math/vec.h"
-#include "gromacs/legacyheaders/typedefs.h"
-#include "nb_generic.h"
-#include "gromacs/legacyheaders/nrnb.h"
-
 #include "gromacs/utility/fatalerror.h"
 
-#include "gromacs/legacyheaders/nonbonded.h"
-#include "nb_kernel.h"
-
 void
 gmx_nb_generic_kernel(t_nblist *                nlist,
                       rvec *                    xx,