diff options
author | Eric Faurot <eric@cvs.openbsd.org> | 2013-10-29 10:50:56 +0000 |
---|---|---|
committer | Eric Faurot <eric@cvs.openbsd.org> | 2013-10-29 10:50:56 +0000 |
commit | a63e5b586ee01221969df2274a9bcdc1a487f848 (patch) | |
tree | 369834212b622ed5a887a310dbe654a210de44b1 | |
parent | 2182a96c4064006aa4e94793065d08d8fc8e0ca8 (diff) |
sort includes
-rw-r--r-- | usr.sbin/smtpd/makemap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/makemap.c b/usr.sbin/smtpd/makemap.c index 1df0e3b04d0..74d58897427 100644 --- a/usr.sbin/smtpd/makemap.c +++ b/usr.sbin/smtpd/makemap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: makemap.c,v 1.45 2013/05/24 17:03:14 eric Exp $ */ +/* $OpenBSD: makemap.c,v 1.46 2013/10/29 10:50:55 eric Exp $ */ /* * Copyright (c) 2008 Gilles Chehade <gilles@poolp.org> @@ -23,8 +23,8 @@ #include <sys/queue.h> #include <sys/socket.h> -#include <db.h> #include <ctype.h> +#include <db.h> #include <err.h> #include <errno.h> #include <event.h> |