Remove unnecessary config.h includes
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / protonate.c
index 51224df083a4654ff067840d7f3c0a317c7b49ee..5f1d99f6fce8a97de85e82d2696333337f8fbe78 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 "protonate.h"
+#include "gmxpre.h"
 
-#include "config.h"
+#include "protonate.h"
 
 #include <math.h>
 #include "gromacs/utility/cstringutil.h"