summaryrefslogtreecommitdiff
path: root/src/sysv-generator/sysv-generator.c
diff options
context:
space:
mode:
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>2014-10-01 23:15:34 +0200
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>2014-10-01 23:25:50 +0200
commitcf4acf84c6304d34108dadd5e87c9a19ca24dceb (patch)
treee06bf0d4a5f4d07269fcc02191648e5f897b4865 /src/sysv-generator/sysv-generator.c
parent56a7dd42d3a680691f417bd8a4c46ea1b6283ff5 (diff)
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.
Diffstat (limited to 'src/sysv-generator/sysv-generator.c')
-rw-r--r--src/sysv-generator/sysv-generator.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sysv-generator/sysv-generator.c b/src/sysv-generator/sysv-generator.c
index 43bcaa862..6e4cdd694 100644
--- a/src/sysv-generator/sysv-generator.c
+++ b/src/sysv-generator/sysv-generator.c
@@ -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"