sd-dns: simplify headers

As noted by Lennart: HAVE_CONFIG_H is done implicitly and sys/prctl.h is
mandatory.
This commit is contained in:
Tom Gundersen 2014-01-11 14:59:56 +00:00
parent edc6f2f56c
commit 47917e4a4a
2 changed files with 0 additions and 11 deletions

View file

@ -19,10 +19,6 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <assert.h>
#include <fcntl.h>
#include <signal.h>
@ -43,10 +39,7 @@
#include <sys/resource.h>
#include <stdint.h>
#include <pthread.h>
#ifdef HAVE_SYS_PRCTL_H
#include <sys/prctl.h>
#endif
#include "sd-dns.h"
#include "util.h"

View file

@ -19,10 +19,6 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
#if HAVE_CONFIG_H
#include <config.h>
#endif
#include <string.h>
#include <sys/types.h>
#include <sys/socket.h>