Move types/topology.h to topology/
[alexxy/gromacs.git] / src / gromacs / pbcutil / rmpbc.c
index c2ef4f6f0559f4ce7a0a68057441c0ee437ec176..98d8d1204858ac58f95eea46cf883f48a643135d 100644 (file)
 #include <config.h>
 #endif
 
-#include "typedefs.h"
+#include "gromacs/math/vec.h"
 #include "gromacs/pbcutil/mshift.h"
 #include "gromacs/pbcutil/pbc.h"
-
-#include "gromacs/math/vec.h"
+#include "gromacs/topology/atoms.h"
+#include "gromacs/topology/idef.h"
 #include "gromacs/utility/futil.h"
 #include "gromacs/utility/fatalerror.h"
 #include "gromacs/utility/smalloc.h"