Source code reorganization:
[disorder] / lib / speaker-protocol.c
index ab8b4ee..ef66ed6 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>