chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Source code reorganization:
[disorder]
/
server
/
speaker-network.c
diff --git
a/server/speaker-network.c
b/server/speaker-network.c
index b77334ce163c78edfc8fd61c7ebdaa35b61362a7..2d8d2cba95cf2278f3838529c966ef7af7d1e6a4 100644
(file)
--- a/
server/speaker-network.c
+++ b/
server/speaker-network.c
@@
-20,8
+20,7
@@
/** @file server/speaker-network.c
* @brief Support for @ref BACKEND_NETWORK */
/** @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>
#include <unistd.h>
#include <poll.h>
@@
-29,7
+28,6
@@
#include <gcrypt.h>
#include <sys/socket.h>
#include <sys/uio.h>
#include <gcrypt.h>
#include <sys/socket.h>
#include <sys/uio.h>
-#include <assert.h>
#include <net/if.h>
#include <ifaddrs.h>
#include <errno.h>
#include <net/if.h>
#include <ifaddrs.h>
#include <errno.h>