Commit dd426a32 dd426a328696d7dbfa696804c56d9156eaff7f1c by Sergey Poznyakoff

Removed include <argp.h>

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