Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / mdlib / genborn_sse2_single.c
index 0a8112353eb3a550a8a3ef2f8680fbda3a285d2c..7c847473a199587a5b62783ddea37d7000df67d4 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 <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,