Commit dd426a32 dd426a328696d7dbfa696804c56d9156eaff7f1c by Sergey Poznyakoff

Removed include <argp.h>

1 parent 4029dc3a
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
20 #endif 20 #endif
21 #include <stdlib.h> 21 #include <stdlib.h>
22 #include <unistd.h> 22 #include <unistd.h>
23 #include <argp.h>
24 #include <mh_getopt.h> 23 #include <mh_getopt.h>
25 24
26 #include <string.h> 25 #include <string.h>
......
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
21 21
22 #include <stdio.h> 22 #include <stdio.h>
23 #include <stdarg.h> 23 #include <stdarg.h>
24 #include <argp.h>
25 24
26 void 25 void
27 mh_error(const char *fmt, ...) 26 mh_error(const char *fmt, ...)
......