From cf4acf84c6304d34108dadd5e87c9a19ca24dceb Mon Sep 17 00:00:00 2001 From: Thomas Hindoe Paaboel Andersen Date: Wed, 1 Oct 2014 23:15:34 +0200 Subject: Remove repeated includes In pty.c there was both an include of our pty.h and the system installed pty.h. The latter contains only two functions openpty and forkpty. We use neither so I assume it was a typo and removed it. We still compile and pass all tests. --- src/shared/missing.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/shared/missing.h') diff --git a/src/shared/missing.h b/src/shared/missing.h index b441149945..031fe2d1ce 100644 --- a/src/shared/missing.h +++ b/src/shared/missing.h @@ -33,7 +33,6 @@ #include #include #include -#include #ifdef HAVE_AUDIT #include -- cgit v1.2.3-54-g00ecf