Remove unnecessary config.h includes
[alexxy/gromacs.git] / src / gromacs / fileio / pdbio.c
index d1b8e63cca270b8077e412e2a18332de7c81d9eb..05c0cf13222ce646afd0e0049ea179cb8c795764 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 "pdbio.h"
+#include "gmxpre.h"
 
-#include "config.h"
+#include "pdbio.h"
 
 #include <ctype.h>
 #include <stdlib.h>