Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / mdlib / genborn_sse2_single.c
index bd5d6097dd7bc5882ae59c6e15a648e032004708..7c847473a199587a5b62783ddea37d7000df67d4 100644 (file)
 #include <math.h>
 #include <string.h>
 
-#include "gromacs/legacyheaders/typedefs.h"
-#include "gromacs/utility/smalloc.h"
-#include "gromacs/legacyheaders/genborn.h"
-#include "gromacs/math/vec.h"
 #include "gromacs/fileio/pdbio.h"
-#include "gromacs/legacyheaders/names.h"
-#include "gromacs/math/units.h"
 #include "gromacs/legacyheaders/domdec.h"
+#include "gromacs/legacyheaders/genborn.h"
+#include "gromacs/legacyheaders/names.h"
 #include "gromacs/legacyheaders/network.h"
+#include "gromacs/legacyheaders/typedefs.h"
+#include "gromacs/math/units.h"
+#include "gromacs/math/vec.h"
 #include "gromacs/utility/fatalerror.h"
-#include "gromacs/legacyheaders/genborn.h"
-
 #include "gromacs/utility/gmxmpi.h"
+#include "gromacs/utility/smalloc.h"
 
 
 /* Only compile this file if SSE intrinsics are available */
 #if 0 && defined (GMX_SIMD_X86_SSE2_OR_HIGHER)
 
-#include <gmx_sse2_single.h>
-#include <emmintrin.h>
-
 #include "genborn_sse2_single.h"
 
+#include <emmintrin.h>
+#include <gmx_sse2_single.h>
+
 
 int
 calc_gb_rad_still_sse2_single(t_commrec *cr, t_forcerec *fr,