Remove unnecessary config.h includes
[alexxy/gromacs.git] / src / gromacs / pbcutil / rmpbc.c
index ee5e2d9239e88f2ab7665f5e0ef7d139cee750dd..09f10c043c75ff044963601a5c5bbdc88e4ad7ae 100644 (file)
@@ -34,9 +34,9 @@
  * 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"
 
-#include "config.h"
+#include "gromacs/pbcutil/rmpbc.h"
 
 #include "gromacs/fileio/trx.h"
 #include "gromacs/math/vec.h"