diff options
-rw-r--r-- | miscutils/adjtimex.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/miscutils/adjtimex.c b/miscutils/adjtimex.c index e3c160d87..848f7340e 100644 --- a/miscutils/adjtimex.c +++ b/miscutils/adjtimex.c @@ -52,9 +52,7 @@ extern int adjtimex(struct timex *buf); #include <sys/timex.h> #endif -#ifdef BB_VER #include "busybox.h" -#endif static struct {int bit; char *name;} statlist[] = { { STA_PLL, "PLL" }, |