chiark / gitweb /
Source code reorganization:
[disorder] / server / speaker-network.c
index b77334ce163c78edfc8fd61c7ebdaa35b61362a7..2d8d2cba95cf2278f3838529c966ef7af7d1e6a4 100644 (file)
@@ -20,8 +20,7 @@
 /** @file server/speaker-network.c
  * @brief Support for @ref BACKEND_NETWORK */
 
-#include <config.h>
-#include "types.h"
+#include "common.h"
 
 #include <unistd.h>
 #include <poll.h>
@@ -29,7 +28,6 @@
 #include <gcrypt.h>
 #include <sys/socket.h>
 #include <sys/uio.h>
-#include <assert.h>
 #include <net/if.h>
 #include <ifaddrs.h>
 #include <errno.h>