diff options
author | 2005-03-31 12:13:07 +0000 | |
---|---|---|
committer | 2005-03-31 12:13:07 +0000 | |
commit | 3ad9207ead770825dd98f05bc10b6f4072d70d5a (patch) | |
tree | c93a35e1d5919d2e4b8a5bfe7127a95883b231fb | |
parent | go back to the old trace code, but add -fno-omit-frame-pointer so it works. (diff) | |
download | wireguard-openbsd-3ad9207ead770825dd98f05bc10b6f4072d70d5a.tar.xz wireguard-openbsd-3ad9207ead770825dd98f05bc10b6f4072d70d5a.zip |
zap some includes we don't need, Alexander von Gernler <grunk@pestilenz.org>
-rw-r--r-- | usr.sbin/bgpd/log.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.sbin/bgpd/log.c b/usr.sbin/bgpd/log.c index 0e3a67fb187..651972754b6 100644 --- a/usr.sbin/bgpd/log.c +++ b/usr.sbin/bgpd/log.c @@ -1,4 +1,4 @@ -/* $OpenBSD: log.c,v 1.43 2005/03/26 18:49:34 tedu Exp $ */ +/* $OpenBSD: log.c,v 1.44 2005/03/31 12:13:07 henning Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -16,11 +16,6 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include <sys/types.h> -#include <sys/socket.h> -#include <netinet/in.h> -#include <arpa/inet.h> - #include <err.h> #include <errno.h> #include <netdb.h> |