diff options
| author | Markus Armbruster <armbru@redhat.com> | 2019-04-17 21:17:49 +0200 |
|---|---|---|
| committer | Markus Armbruster <armbru@redhat.com> | 2019-04-18 22:18:59 +0200 |
| commit | 15ce35fcf18f88e345bd65c169f26d3a3d250ab9 (patch) | |
| tree | 54e57200e61039ddb667e9e2717c74ca7aa31dee /include/qemu/cutils.h | |
| parent | 8acb2a758bdeb15027ae3150fc0f4e14f6078006 (diff) | |
| download | focaccia-qemu-15ce35fcf18f88e345bd65c169f26d3a3d250ab9.tar.gz focaccia-qemu-15ce35fcf18f88e345bd65c169f26d3a3d250ab9.zip | |
include: Include fprintf-fn.h only where needed
Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Message-Id: <20190417191805.28198-2-armbru@redhat.com>
Diffstat (limited to 'include/qemu/cutils.h')
| -rw-r--r-- | include/qemu/cutils.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/qemu/cutils.h b/include/qemu/cutils.h index d2dad3057c..12301340a4 100644 --- a/include/qemu/cutils.h +++ b/include/qemu/cutils.h @@ -1,8 +1,6 @@ #ifndef QEMU_CUTILS_H #define QEMU_CUTILS_H -#include "qemu/fprintf-fn.h" - /** * pstrcpy: * @buf: buffer to copy string into |