tar: support -T - and -X -
[oweals/busybox.git] / libbb / utmp.c
index 68c358e9a26f9d54786c952ee2c3b7ff8b86d64f..09443fb6c42b1b58232176ed3250e1a487f93d8c 100644 (file)
@@ -4,10 +4,9 @@
  *
  * Copyright (C) 2010 Denys Vlasenko
  *
- * Licensed under GPL version 2, see file LICENSE in this tarball for details.
+ * Licensed under GPLv2, see file LICENSE in this source tree.
  */
 #include "libbb.h"
-#include <utmp.h>
 
 static void touch(const char *filename)
 {