Remove unnecessary config.h includes
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / gpp_atomtype.c
index 7febcfb4a474f42179cb440243e0ea4040c4daca..8ef380fd04d7ab65191ceabaec731488abb409a5 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.
  */
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include "gmxpre.h"
 
 #include <math.h>
 #include <string.h>
 
 #include "topdirs.h"
 #include "toputil.h"
-#include "txtdump.h"
+#include "gromacs/legacyheaders/txtdump.h"
 #include "gpp_atomtype.h"
 
 #include "gromacs/topology/symtab.h"