Used IWYU to partially clean up some includes
[alexxy/gromacs.git] / src / gromacs / topology / mtop_util.c
index b069c64419ed63d48d8fbfa2b16773b61cc654d9..19fd0927dcb472479cad967a581139c2ada0ad9d 100644 (file)
 
 #include "mtop_util.h"
 
+#include <limits.h>
+#include <stddef.h>
+#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 
+#include "gromacs/legacyheaders/types/enums.h"
 #include "gromacs/legacyheaders/types/ifunc.h"
 #include "gromacs/legacyheaders/types/inputrec.h"
+#include "gromacs/legacyheaders/types/simple.h"
+#include "gromacs/math/vectypes.h"
+#include "gromacs/topology/atoms.h"
 #include "gromacs/topology/block.h"
-#include "gromacs/topology/symtab.h"
+#include "gromacs/topology/idef.h"
 #include "gromacs/topology/topology.h"
 #include "gromacs/topology/topsort.h"
 #include "gromacs/utility/fatalerror.h"
+#include "gromacs/utility/real.h"
 #include "gromacs/utility/smalloc.h"
 
 static int gmx_mtop_maxresnr(const gmx_mtop_t *mtop, int maxres_renum)