diff options
author | Okan Demirmen <okan@cvs.openbsd.org> | 2012-11-09 03:52:03 +0000 |
---|---|---|
committer | Okan Demirmen <okan@cvs.openbsd.org> | 2012-11-09 03:52:03 +0000 |
commit | ff6d32abab8f75832cc3cc854a56071806d56102 (patch) | |
tree | 5056c5dfb2021c0108c41d3b0b4f3229bc2b12e3 /app/cwm/util.c | |
parent | 9c295445adf40554498c876a37cb753a9b842d9a (diff) |
sort
Diffstat (limited to 'app/cwm/util.c')
-rw-r--r-- | app/cwm/util.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/cwm/util.c b/app/cwm/util.c index f9d0ed71e..8220d2f42 100644 --- a/app/cwm/util.c +++ b/app/cwm/util.c @@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $OpenBSD: util.c,v 1.15 2011/07/25 15:10:24 okan Exp $ + * $OpenBSD: util.c,v 1.16 2012/11/09 03:52:02 okan Exp $ */ #include <sys/param.h> @@ -23,9 +23,9 @@ #include <err.h> #include <errno.h> +#include <stdio.h> #include <stdlib.h> #include <string.h> -#include <stdio.h> #include <unistd.h> #include "calmwm.h" |