Remove unnecessary config.h includes
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / addconf.c
index bb2407f463d8c3f8f8794260aa22118eee56d523..b2d1f3a751324474be505a5c681500f35102505b 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 "addconf.h"
+#include "gmxpre.h"
 
-#include "config.h"
+#include "addconf.h"
 
 #include <stdlib.h>
 #include <string.h>