mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
trace: Remove trace.h from console.h (less dependencies)
This reduces the dependencies on trace.h. Only two source files which need console.h also need trace.h. Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
7dc65c02fe
commit
ac86048bcd
3 changed files with 2 additions and 1 deletions
|
@ -27,6 +27,7 @@
|
|||
#include "qemu/timer.h"
|
||||
#include "qmp-commands.h"
|
||||
#include "sysemu/char.h"
|
||||
#include "trace.h"
|
||||
|
||||
//#define DEBUG_CONSOLE
|
||||
#define DEFAULT_BACKSCROLL 512
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue