summary refs log tree commit diff stats
path: root/include/qemu/config-file.h
diff options
context:
space:
mode:
authorMichael Tokarev <mjt@tls.msk.ru>2013-05-14 14:55:17 +0400
committerMichael Tokarev <mjt@tls.msk.ru>2013-05-18 16:35:12 +0400
commit997aba8e257d183e978e9b08a26aceb4e905378d (patch)
tree91e3e500b1e6171b56f9d4a32bd20afa87f70cf4 /include/qemu/config-file.h
parent7bc9315d3a6a3c7d437e1c3d0e826121a035444a (diff)
downloadfocaccia-qemu-997aba8e257d183e978e9b08a26aceb4e905378d.tar.gz
focaccia-qemu-997aba8e257d183e978e9b08a26aceb4e905378d.zip
remove some double-includes
Some source files #include the same header more than
once for no good reason.  Remove second #includes in
such cases.

Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'include/qemu/config-file.h')
-rw-r--r--include/qemu/config-file.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/qemu/config-file.h b/include/qemu/config-file.h
index ccfccae2b4..ad4a9e5c3a 100644
--- a/include/qemu/config-file.h
+++ b/include/qemu/config-file.h
@@ -4,7 +4,6 @@
 #include <stdio.h>
 #include "qemu/option.h"
 #include "qapi/error.h"
-#include "qemu/option.h"
 
 QemuOptsList *qemu_find_opts(const char *group);
 QemuOptsList *qemu_find_opts_err(const char *group, Error **errp);