Remove unnecessary config.h includes
[alexxy/gromacs.git] / src / gromacs / pbcutil / rmpbc.c
index 74cdaee1b32ff9261edeace5f4c2a05bb5cee8ea..09f10c043c75ff044963601a5c5bbdc88e4ad7ae 100644 (file)
  * To help us fund GROMACS development, we humbly ask that you cite
  * the research papers on the package. Check out http://www.gromacs.org.
  */
-#include "gromacs/pbcutil/rmpbc.h"
-
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include "gmxpre.h"
 
-#include "typedefs.h"
-#include "mshift.h"
-#include "pbc.h"
+#include "gromacs/pbcutil/rmpbc.h"
 
+#include "gromacs/fileio/trx.h"
 #include "gromacs/math/vec.h"
+#include "gromacs/pbcutil/mshift.h"
+#include "gromacs/pbcutil/pbc.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"