Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libedit remove stdint.h; it is not used.



details:   https://anonhg.NetBSD.org/src/rev/0b220cad319c
branches:  trunk
changeset: 779497:0b220cad319c
user:      christos <christos%NetBSD.org@localhost>
date:      Thu May 31 13:16:39 2012 +0000

description:
remove stdint.h; it is not used.

diffstat:

 lib/libedit/histedit.h |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 80b71d4d9372 -r 0b220cad319c lib/libedit/histedit.h
--- a/lib/libedit/histedit.h    Thu May 31 12:32:35 2012 +0000
+++ b/lib/libedit/histedit.h    Thu May 31 13:16:39 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: histedit.h,v 1.48 2011/07/28 20:50:55 christos Exp $   */
+/*     $NetBSD: histedit.h,v 1.49 2012/05/31 13:16:39 christos Exp $   */
 
 /*-
  * Copyright (c) 1992, 1993
@@ -43,8 +43,6 @@
 #define        LIBEDIT_MAJOR 2
 #define        LIBEDIT_MINOR 11
 
-#include <stdint.h>
-
 #include <sys/types.h>
 #include <stdio.h>
 



Home | Main Index | Thread Index | Old Index