Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxlib / nonbonded / nb_generic.c
index dca18ad4fa08645054239d97e89921af7f1b31fc..55fdb28a01f334790ca3605d4b49a544fbe2d7cf 100644 (file)
  */
 #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,