Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / pbcutil / pbc.c
index 41a4256f4eae5613e7e767b2da1712950640c9b6..e6d4c49230387450964755547dd7aa24bfc51182 100644 (file)
  */
 #include "gmxpre.h"
 
-#include "gromacs/pbcutil/pbc.h"
-
-#include "config.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"