summaryrefslogtreecommitdiffstats
path: root/scsi
diff options
context:
space:
mode:
authorMarc-André Lureau2022-04-20 15:25:49 +0200
committerMarc-André Lureau2022-04-21 14:58:24 +0200
commit49f95221935db33a3636888860f5006070e09dc8 (patch)
treea370c2025aa361263dbcfa1952ea58ee6f040c3b /scsi
parenthw/hyperv: remove needless qemu-common.h include (diff)
downloadqemu-49f95221935db33a3636888860f5006070e09dc8.tar.gz
qemu-49f95221935db33a3636888860f5006070e09dc8.tar.xz
qemu-49f95221935db33a3636888860f5006070e09dc8.zip
include: rename qemu-common.h qemu/help-texts.h
Suggested-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Warner Losh <imp@bsdimp.com> Message-Id: <20220420132624.2439741-7-marcandre.lureau@redhat.com>
Diffstat (limited to 'scsi')
-rw-r--r--scsi/qemu-pr-helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scsi/qemu-pr-helper.c b/scsi/qemu-pr-helper.c
index 1f2a84c534..df493e2a50 100644
--- a/scsi/qemu-pr-helper.c
+++ b/scsi/qemu-pr-helper.c
@@ -36,7 +36,7 @@
#include <mpath_persist.h>
#endif
-#include "qemu-common.h"
+#include "qemu/help-texts.h"
#include "qapi/error.h"
#include "qemu/cutils.h"
#include "qemu/main-loop.h"