diff --git a/block/gluster.c b/block/gluster.c index 8b6ae1c74fbb7e50334fa5bad3b94a6a8bb4039c..a44d612923f656797dd6a494af1e3c5f2aa74493 100644 --- a/block/gluster.c +++ b/block/gluster.c @@ -9,7 +9,6 @@ */ #include #include "block/block_int.h" -#include "qemu/sockets.h" #include "qemu/uri.h" typedef struct GlusterAIOCB { @@ -24,9 +23,6 @@ typedef struct BDRVGlusterState { struct glfs_fd *fd; } BDRVGlusterState; -#define GLUSTER_FD_READ 0 -#define GLUSTER_FD_WRITE 1 - typedef struct GlusterConf { char *server; int port;