summaryrefslogtreecommitdiff
path: root/usr.bin/sort/mem.c
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2015-04-02 20:30:46 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2015-04-02 20:30:46 +0000
commit9ede5543b3e3fe57459db60f6dd43da4de70aed4 (patch)
tree1e7d478cdd412ef35dbadb23a3e0161df05f754c /usr.bin/sort/mem.c
parent2bf6a068500113df479e3fe7ca211814d7b573f2 (diff)
Don't need to include stdint.h
Diffstat (limited to 'usr.bin/sort/mem.c')
-rw-r--r--usr.bin/sort/mem.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/sort/mem.c b/usr.bin/sort/mem.c
index 03416fe0cf3..000e187eb79 100644
--- a/usr.bin/sort/mem.c
+++ b/usr.bin/sort/mem.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mem.c,v 1.5 2015/04/01 22:24:02 millert Exp $ */
+/* $OpenBSD: mem.c,v 1.6 2015/04/02 20:30:45 millert Exp $ */
/*-
* Copyright (C) 2009 Gabor Kovesdan <gabor@FreeBSD.org>
@@ -28,7 +28,6 @@
*/
#include <err.h>
-#include <stdint.h>
#include <stdio.h>
#include <string.h>