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>
This commit is contained in:
parent
8acb2a758b
commit
15ce35fcf1
@ -12,8 +12,6 @@
|
|||||||
#ifndef QEMU_COMMON_H
|
#ifndef QEMU_COMMON_H
|
||||||
#define QEMU_COMMON_H
|
#define QEMU_COMMON_H
|
||||||
|
|
||||||
#include "qemu/fprintf-fn.h"
|
|
||||||
|
|
||||||
#define TFR(expr) do { if ((expr) != -1) break; } while (errno == EINTR)
|
#define TFR(expr) do { if ((expr) != -1) break; } while (errno == EINTR)
|
||||||
|
|
||||||
/* Copyright string for -version arguments, About dialogs, etc */
|
/* Copyright string for -version arguments, About dialogs, etc */
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
#ifndef QEMU_CUTILS_H
|
#ifndef QEMU_CUTILS_H
|
||||||
#define QEMU_CUTILS_H
|
#define QEMU_CUTILS_H
|
||||||
|
|
||||||
#include "qemu/fprintf-fn.h"
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* pstrcpy:
|
* pstrcpy:
|
||||||
* @buf: buffer to copy string into
|
* @buf: buffer to copy string into
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
#ifndef QEMU_CPUS_H
|
#ifndef QEMU_CPUS_H
|
||||||
#define QEMU_CPUS_H
|
#define QEMU_CPUS_H
|
||||||
|
|
||||||
|
#include "qemu/fprintf-fn.h"
|
||||||
#include "qemu/timer.h"
|
#include "qemu/timer.h"
|
||||||
|
|
||||||
/* cpus.c */
|
/* cpus.c */
|
||||||
|
Loading…
Reference in New Issue
Block a user