Commit d9353c4f authored by Hans-Kristian Arntzen's avatar Hans-Kristian Arntzen Committed by Max Kellermann

Remove unused headers in Roar plugin.

Should fix build errors for Win32.
parent 0c9fc2f8
......@@ -27,10 +27,6 @@
#include <glib.h>
#include <assert.h>
#include <sys/stat.h>
#include <sys/ioctl.h>
#include <fcntl.h>
#include <errno.h>
#include <stdlib.h>
#include <unistd.h>
......
......@@ -24,12 +24,7 @@
#include "roar_output_plugin.h"
#include <glib.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <stdint.h>
#include <fcntl.h>
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment