Merge release-4-6 into master
[alexxy/gromacs.git] / src / tools / make_edi.c
index 1a9b9ef622a1c860730b7c092047661aa9cd06e2..e6f646edc900179c21d0b8da7fd29f74552f5068 100644 (file)
@@ -34,7 +34,6 @@
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
-#include "gmx_header_config.h"
 
 #include <math.h>
 #include <stdlib.h>
 #include "txtdump.h"
 #include "eigio.h"
 #include "index.h"
-
-/* Suppress Cygwin compiler warnings from using newlib version of
- * ctype.h */
-#ifdef GMX_CYGWIN
-#undef isdigit
-#endif
+#include "string2.h"
 
 typedef struct
 {