Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / pbcutil / rmpbc.c
index 273233b8720416c77727da639f5adda1caf86e86..4d91ac47830c3ed9280429680ea764e8746bd7e7 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"
+#include "gmxpre.h"
 
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
-#include "typedefs.h"
-#include "gromacs/pbcutil/mshift.h"
-#include "pbc.h"
+#include "rmpbc.h"
 
+#include "gromacs/fileio/trx.h"
 #include "gromacs/math/vec.h"
-#include "gromacs/utility/futil.h"
+#include "gromacs/pbcutil/mshift.h"
+#include "gromacs/pbcutil/pbc.h"
+#include "gromacs/topology/atoms.h"
+#include "gromacs/topology/idef.h"
 #include "gromacs/utility/fatalerror.h"
+#include "gromacs/utility/futil.h"
 #include "gromacs/utility/smalloc.h"
 
 typedef struct {