Remove unnecessary config.h includes
[alexxy/gromacs.git] / src / gromacs / pbcutil / mshift.cpp
index 1779b68190369ae79f68183e194034cdbd0ac1ff..94dc35bd2b6bbb8d7f9f6c977bda22d5a37242e8 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/mshift.h"
+#include "gmxpre.h"
 
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include "gromacs/pbcutil/mshift.h"
 
 #include <string.h>
 
@@ -47,7 +45,7 @@
 #include "gromacs/legacyheaders/types/ifunc.h"
 
 #include "gromacs/math/vec.h"
-#include "pbc.h"
+#include "gromacs/pbcutil/pbc.h"
 #include "gromacs/utility/fatalerror.h"
 #include "gromacs/utility/smalloc.h"