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.
This commit is contained in:
Thomas Hindoe Paaboel Andersen
2014-10-01 23:25:50 +02:00
parent 56a7dd42d3
commit cf4acf84c6
6 changed files with 0 additions and 6 deletions
-1
View File
@@ -40,7 +40,6 @@
#include "bus-internal.h"
#include "bus-message.h"
#include "bus-util.h"
#include "bus-internal.h"
#include "build.h"
#include "strv.h"
#include "def.h"
-1
View File
@@ -36,7 +36,6 @@
#include "bus-internal.h"
#include "bus-message.h"
#include "bus-util.h"
#include "bus-internal.h"
#include "build.h"
#include "strv.h"
#include "def.h"
-1
View File
@@ -25,7 +25,6 @@
#include "util.h"
#include "utf8.h"
#include "strv.h"
#include "util.h"
#include "locale-util.h"
-1
View File
@@ -33,7 +33,6 @@
#include <linux/input.h>
#include <linux/if_link.h>
#include <linux/loop.h>
#include <linux/if_link.h>
#ifdef HAVE_AUDIT
#include <libaudit.h>
-1
View File
@@ -46,7 +46,6 @@
#include <fcntl.h>
#include <limits.h>
#include <linux/ioctl.h>
#include <pty.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
-1
View File
@@ -31,7 +31,6 @@
#include "path-util.h"
#include "path-lookup.h"
#include "log.h"
#include "strv.h"
#include "unit.h"
#include "unit-name.h"
#include "special.h"