Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxlib / nonbonded / nb_kernel.h
index 9f28c063b506fe99da0bae7262210ee04d08a9b7..76f884aa868bd679af18c9d39741f2ea79f6648e 100644 (file)
@@ -35,9 +35,6 @@
 #ifndef _nb_kernel_h_
 #define _nb_kernel_h_
 
-#include "config.h"
-
-
 #ifdef __cplusplus
 extern "C" {
 #endif
@@ -46,8 +43,8 @@ extern "C" {
 #endif
 
 
-#include "gromacs/legacyheaders/types/simple.h"
 #include "gromacs/legacyheaders/typedefs.h"
+#include "gromacs/legacyheaders/types/simple.h"
 
 /* Structure to collect kernel data not available in forcerec or mdatoms structures.
  * This is only used inside the nonbonded module.