Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / mdlib / mdatom.c
index a3d29d00ce48ad94d58758d1064338b76791d8ad..01c5c55bd6140a5453f8ee24eac3a13f80e0e70a 100644 (file)
  */
 #include "gmxpre.h"
 
-#include "config.h"
-
 #include <math.h>
 
-#include "gromacs/legacyheaders/typedefs.h"
+#include "gromacs/legacyheaders/gmx_omp_nthreads.h"
 #include "gromacs/legacyheaders/mdatoms.h"
-#include "gromacs/utility/smalloc.h"
 #include "gromacs/legacyheaders/qmmm.h"
+#include "gromacs/legacyheaders/typedefs.h"
 #include "gromacs/topology/mtop_util.h"
-#include "gromacs/legacyheaders/gmx_omp_nthreads.h"
+#include "gromacs/utility/smalloc.h"
 
 #define ALMOST_ZERO 1e-30