Remove unnecessary config.h includes
[alexxy/gromacs.git] / src / gromacs / pbcutil / mshift.cpp
index cbee6f9fc775930db02651f2232beeca62370e6a..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>
 
 #include <algorithm>
 
-#include "pbc.h"
+#include "gromacs/legacyheaders/types/ifunc.h"
 
 #include "gromacs/math/vec.h"
+#include "gromacs/pbcutil/pbc.h"
 #include "gromacs/utility/fatalerror.h"
 #include "gromacs/utility/smalloc.h"