diff options
-rw-r--r-- | src/common.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/common.h b/src/common.h index 47c56e92..3fa42b2d 100644 --- a/src/common.h +++ b/src/common.h @@ -26,12 +26,6 @@ #include <sys/wait.h> #include <sys/utsname.h> -#ifdef HAVE_POPT_H -# include <popt.h> -#else -# include "lib-popt/popt.h" -#endif - #ifdef HAVE_UNISTD_H # include <unistd.h> #endif |