Remove unnecessary config.h includes
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / protonate.c
index d931dde41d43f5c6cf6f8c6917b2a7dda11c2a08..5f1d99f6fce8a97de85e82d2696333337f8fbe78 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 "protonate.h"
+#include "gmxpre.h"
 
-#include "config.h"
+#include "protonate.h"
 
 #include <math.h>
 #include "gromacs/utility/cstringutil.h"
-#include "typedefs.h"
-#include "macros.h"
+#include "gromacs/legacyheaders/typedefs.h"
+#include "gromacs/legacyheaders/macros.h"
 #include "gromacs/utility/smalloc.h"
 #include "gromacs/commandline/pargs.h"
 #include "gromacs/fileio/confio.h"