From b5841191bc0f8fc04f0437f0a7e83d44bfa692ca Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Tue, 13 Feb 2018 18:14:51 -0500 Subject: [PATCH] qerror: Move #include out of qerror.h --- qemu/include/qapi/qmp/qerror.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/qemu/include/qapi/qmp/qerror.h b/qemu/include/qapi/qmp/qerror.h index b0420369..71730eeb 100644 --- a/qemu/include/qapi/qmp/qerror.h +++ b/qemu/include/qapi/qmp/qerror.h @@ -12,8 +12,6 @@ #ifndef QERROR_H #define QERROR_H -#include "qapi/qmp/qstring.h" - /* * These macros will go away, please don't use in new code, and do not * add new ones!