worker: Remove unneeded include

Nothing seems to be using openssl in red-worker.c

Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
Acked-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
Christophe Fergeau 2017-12-07 17:18:34 +01:00
parent 1170282cec
commit dd8e205aaf

View File

@ -28,7 +28,6 @@
#include <unistd.h>
#include <poll.h>
#include <pthread.h>
#include <openssl/ssl.h>
#include <inttypes.h>
#include <glib.h>