Remove unnecessary config.h includes
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / pdb2gmx.c
index b1ad9566e1d455d73cf989a79331898342b3a9f5..0a1aeb20d41ecd14255f0854778d09539509f2e7 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 "pdb2gmx.h"
+#include "gmxpre.h"
 
-#include "config.h"
+#include "pdb2gmx.h"
 
 #include <ctype.h>
 #include <stdlib.h>