commit 35bb808dbe01cba4f48f0a57fc76050c8d522fab Author: Roberto E. Vargas Caballero <[email protected]> Date: Sat Aug 16 11:01:42 2014 +0200
Remove duplicated inclusion of utmp.h
diff --git a/bsd.c b/bsd.c
index 2c2a293..cb455a2 100644
--- a/bsd.c
+++ b/bsd.c
@@ -10,8 +10,6 @@
#include <utmp.h>
#include <pwd.h>
-#include "utmp.h"
-
extern void die(const char *fmt, ...);
extern struct passwd *pass;
extern gid_t egid, gid;
