Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / mdlib / genborn_allvsall_sse2_double.c
index 4816c101337fd7aacb534e747e6f3077fa2e69c0..58475254654e5e667a84df8a6caaa915f8221d9b 100644 (file)
 #include "gmxpre.h"
 
 #include <math.h>
-#include "gromacs/legacyheaders/types/simple.h"
-
-#include "gromacs/math/vec.h"
-#include "gromacs/utility/smalloc.h"
 
+#include "gromacs/legacyheaders/genborn.h"
 #include "gromacs/legacyheaders/network.h"
+#include "gromacs/legacyheaders/types/simple.h"
 #include "gromacs/math/units.h"
-#include "gromacs/legacyheaders/genborn.h"
-#include "genborn_allvsall.h"
+#include "gromacs/math/vec.h"
+#include "gromacs/mdlib/genborn_allvsall.h"
+#include "gromacs/utility/smalloc.h"
 
 
 #if 0 && defined (GMX_SIMD_X86_SSE2_OR_HIGHER)