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:
Stefan Weil 2013-11-10 14:20:16 +01:00 committed by Michael Tokarev
parent 7dc65c02fe
commit ac86048bcd
3 changed files with 2 additions and 1 deletions

View file

@ -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