diff options
| author | Anand J | 2016-10-21 08:57:07 +0200 |
|---|---|---|
| committer | Michael Tokarev | 2016-10-28 17:17:24 +0200 |
| commit | 814bb12a561d36aeb5ae4440ad43d2b0761d76da (patch) | |
| tree | 93ac9947be6287e93b42353212d74e9bfc7efb8c /hw/nvram | |
| parent | scripts/clean-includes: added duplicate #include check (diff) | |
| download | qemu-814bb12a561d36aeb5ae4440ad43d2b0761d76da.tar.gz qemu-814bb12a561d36aeb5ae4440ad43d2b0761d76da.tar.xz qemu-814bb12a561d36aeb5ae4440ad43d2b0761d76da.zip | |
clean-up: removed duplicate #includes
Some files contain multiple #includes of the same header file.
Removed most of those unnecessary duplicate entries using
scripts/clean-includes.
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Anand J <anand.indukala@gmail.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'hw/nvram')
| -rw-r--r-- | hw/nvram/fw_cfg.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/nvram/fw_cfg.c b/hw/nvram/fw_cfg.c index 92aa563929..1f0c3e9910 100644 --- a/hw/nvram/fw_cfg.c +++ b/hw/nvram/fw_cfg.c @@ -29,7 +29,6 @@ #include "hw/isa/isa.h" #include "hw/nvram/fw_cfg.h" #include "hw/sysbus.h" -#include "hw/boards.h" #include "trace.h" #include "qemu/error-report.h" #include "qemu/config-file.h" |
