chiark / gitweb /
Remove repeated includes
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Wed, 1 Oct 2014 21:15:34 +0000 (23:15 +0200)
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Wed, 1 Oct 2014 21:25:50 +0000 (23:25 +0200)
commitcf4acf84c6304d34108dadd5e87c9a19ca24dceb
treee06bf0d4a5f4d07269fcc02191648e5f897b4865
parent56a7dd42d3a680691f417bd8a4c46ea1b6283ff5
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/bus-proxyd/bus-proxyd.c
src/bus-proxyd/test-bus-policy.c
src/shared/locale-util.c
src/shared/missing.h
src/shared/pty.c
src/sysv-generator/sysv-generator.c