Module Name:    src
Committed By:   christos
Date:           Thu May 31 13:16:39 UTC 2012

Modified Files:
        src/lib/libedit: histedit.h

Log Message:
remove stdint.h; it is not used.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/lib/libedit/histedit.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libedit/histedit.h
diff -u src/lib/libedit/histedit.h:1.48 src/lib/libedit/histedit.h:1.49
--- src/lib/libedit/histedit.h:1.48	Thu Jul 28 16:50:55 2011
+++ src/lib/libedit/histedit.h	Thu May 31 09:16:39 2012
@@ -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>
 

Reply via email to