chiark / gitweb /
Source code reorganization:
[disorder] / lib / speaker-protocol.c
index ab8b4ee9354d85e9dbb08583a5b06591ee290609..ef66ed6b89163b77a366a1c2ad165f3c9c2c46b0 100644 (file)
  * @brief Speaker/server protocol support
  */
 
-#include <config.h>
-#include "types.h"
+#include "common.h"
 
 #include <sys/socket.h>
-#include <string.h>
 #include <errno.h>
 #include <unistd.h>
 #include <stddef.h>