Remove unused headers in Roar plugin.

Should fix build errors for Win32.
This commit is contained in:
Hans-Kristian Arntzen 2011-03-19 17:29:35 +01:00 committed by Max Kellermann
parent 0c9fc2f809
commit d9353c4fd3
2 changed files with 0 additions and 9 deletions

View File

@ -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>

View File

@ -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>