Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / mdlib / pme_pp.c
index 6ed1d563fba876f9b2d3536c3fac6732660aefe9..f00d242ae766acdc1b170c774f329b0046818485 100644 (file)
 
 #include "config.h"
 
-
+#include <math.h>
 #include <stdio.h>
 #include <string.h>
-#include <math.h>
+
+#include "gromacs/legacyheaders/domdec.h"
+#include "gromacs/legacyheaders/network.h"
+#include "gromacs/legacyheaders/pme.h"
+#include "gromacs/legacyheaders/sighandler.h"
 #include "gromacs/legacyheaders/typedefs.h"
 #include "gromacs/legacyheaders/types/commrec.h"
-#include "gromacs/utility/smalloc.h"
-#include "gromacs/utility/fatalerror.h"
 #include "gromacs/math/vec.h"
-#include "gromacs/legacyheaders/pme.h"
-#include "gromacs/legacyheaders/network.h"
-#include "gromacs/legacyheaders/domdec.h"
-#include "gromacs/legacyheaders/sighandler.h"
-
+#include "gromacs/utility/fatalerror.h"
 #include "gromacs/utility/gmxmpi.h"
+#include "gromacs/utility/smalloc.h"
 
 enum {
     eCommType_ChargeA, eCommType_ChargeB, eCommType_SQRTC6A, eCommType_SQRTC6B,