diff options
author | Denys Vlasenko | 2011-01-25 23:21:46 +0100 |
---|---|---|
committer | Denys Vlasenko | 2011-01-25 23:21:46 +0100 |
commit | 8d0e0cdadf726beab28ccdc7d69738c1534e1f74 (patch) | |
tree | 73eec58affb5ac0b6d8e97fb36e9f0beb11da00d /libbb/utmp.c | |
parent | 9aa599dc9dc076f6fa6e4312e4750a703cf16450 (diff) | |
download | busybox-8d0e0cdadf726beab28ccdc7d69738c1534e1f74.zip busybox-8d0e0cdadf726beab28ccdc7d69738c1534e1f74.tar.gz |
move utmp.h include to libbb.h
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb/utmp.c')
-rw-r--r-- | libbb/utmp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libbb/utmp.c b/libbb/utmp.c index 2bf9c11..09443fb 100644 --- a/libbb/utmp.c +++ b/libbb/utmp.c @@ -7,7 +7,6 @@ * Licensed under GPLv2, see file LICENSE in this source tree. */ #include "libbb.h" -#include <utmp.h> static void touch(const char *filename) { |