diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2015-04-13 17:28:26 +0200 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2015-04-30 16:05:48 +0300 |
commit | f2fbb40ea32445b281696a1b3f16de670951de2e (patch) | |
tree | c662183e4d4cfc826bd4c8ad4accd39361cc11d3 /dma-helpers.c | |
parent | 631b22ea206300f09b9d1bb9249169e0f0092639 (diff) |
range: remove useless inclusions
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'dma-helpers.c')
-rw-r--r-- | dma-helpers.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dma-helpers.c b/dma-helpers.c index 19901a80ec..4faec5d0ca 100644 --- a/dma-helpers.c +++ b/dma-helpers.c @@ -10,7 +10,6 @@ #include "sysemu/block-backend.h" #include "sysemu/dma.h" #include "trace.h" -#include "qemu/range.h" #include "qemu/thread.h" #include "qemu/main-loop.h" |