diff mbox series

[RFC,04/19] fixup block: Add block-specific QDict header

Message ID 20180607062559.16127-5-armbru@redhat.com
State New
Headers show
Series block: Configuration fixes and rbd authentication | expand

Commit Message

Markus Armbruster June 7, 2018, 6:25 a.m. UTC
Signed-off-by: Markus Armbruster <armbru@redhat.com>
---
 include/block/qdict.h | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
diff mbox series

Patch

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);