Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / pbcutil / pbc.c
index cfdc3be419f2b3b7045f3c12f06c94f37250d43d..e6d4c49230387450964755547dd7aa24bfc51182 100644 (file)
  */
 #include "gmxpre.h"
 
-#include "gromacs/pbcutil/pbc.h"
+#include "pbc.h"
 
 #include <assert.h>
 #include <math.h>
 
-#include "gromacs/legacyheaders/types/inputrec.h"
-#include "gromacs/legacyheaders/types/commrec.h"
-#include "gromacs/legacyheaders/txtdump.h"
-#include "gromacs/legacyheaders/names.h"
-#include "gromacs/legacyheaders/macros.h"
 #include "gromacs/legacyheaders/gmx_omp_nthreads.h"
-
+#include "gromacs/legacyheaders/macros.h"
+#include "gromacs/legacyheaders/names.h"
+#include "gromacs/legacyheaders/txtdump.h"
+#include "gromacs/legacyheaders/types/commrec.h"
+#include "gromacs/legacyheaders/types/inputrec.h"
 #include "gromacs/math/utilities.h"
 #include "gromacs/math/vec.h"
 #include "gromacs/pbcutil/ishift.h"