journal-remote: remove unnecessary gnutls includes (#3895)

journal-(gatewayd,remote).c don't actually utilize libgnutls even when
HAVE_GNUTLS is defined.
This commit is contained in:
Vito Caputo 2016-08-04 21:05:34 -07:00 committed by Zbigniew Jędrzejewski-Szmek
parent 13811bf909
commit 2604646c05
2 changed files with 0 additions and 7 deletions

View file

@ -19,9 +19,6 @@
#include <fcntl.h>
#include <getopt.h>
#ifdef HAVE_GNUTLS
#include <gnutls/gnutls.h>
#endif
#include <microhttpd.h>
#include <stdlib.h>
#include <string.h>

View file

@ -27,10 +27,6 @@
#include <sys/socket.h>
#include <unistd.h>
#ifdef HAVE_GNUTLS
#include <gnutls/gnutls.h>
#endif
#include "sd-daemon.h"
#include "alloc-util.h"