diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2018-05-03 22:50:34 +0300 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2018-06-01 19:20:37 +0300 |
commit | 4147a0358e214551a71c108b4474a5c58835abbb (patch) | |
tree | 3829c9c5ac7d49d689124c4989e61aa67d13dab4 /hw/net/rocker/rocker_fp.c | |
parent | e703a5a1e043ad78f9370b1f91825625da4383ed (diff) | |
download | qemu-4147a0358e214551a71c108b4474a5c58835abbb.zip |
rocker: drop an unused include
We don't use net/clients.h, drop that include.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Diffstat (limited to 'hw/net/rocker/rocker_fp.c')
-rw-r--r-- | hw/net/rocker/rocker_fp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/net/rocker/rocker_fp.c b/hw/net/rocker/rocker_fp.c index 27b17c890f..4aa7da79b8 100644 --- a/hw/net/rocker/rocker_fp.c +++ b/hw/net/rocker/rocker_fp.c @@ -15,7 +15,6 @@ */ #include "qemu/osdep.h" -#include "net/clients.h" #include "qapi/qapi-types-rocker.h" #include "rocker.h" #include "rocker_hw.h" |