Signed-off-by: Markus Armbruster <arm...@redhat.com>
---
 include/block/qdict.h | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/include/block/qdict.h b/include/block/qdict.h
index 825e096a72..71c037afba 100644
--- a/include/block/qdict.h
+++ b/include/block/qdict.h
@@ -1,7 +1,7 @@
 /*
  * Special QDict functions used by the block layer
  *
- * Copyright (c) 2018 Red Hat, Inc.
+ * Copyright (c) 2013-2018 Red Hat, Inc.
  *
  * This work is licensed under the terms of the GNU LGPL, version 2.1 or later.
  * See the COPYING.LIB file in the top-level directory.
@@ -11,9 +11,6 @@
 #define BLOCK_QDICT_H
 
 #include "qapi/qmp/qdict.h"
-#include "qapi/qmp/qobject.h"
-#include "qapi/error.h"
-
 
 void qdict_copy_default(QDict *dst, QDict *src, const char *key);
 void qdict_set_default_str(QDict *dst, const char *key, const char *val);
-- 
2.17.1


Reply via email to