diff options
| author | Stefan Weil | 2013-11-10 14:20:16 +0100 |
|---|---|---|
| committer | Michael Tokarev | 2013-12-02 18:02:00 +0100 |
| commit | ac86048bcd41129b18702ba63395f222871804de (patch) | |
| tree | c70e97132cb75c086e86628883c368265f77a27f /ui | |
| parent | Open 2.0 development tree (diff) | |
| download | qemu-ac86048bcd41129b18702ba63395f222871804de.tar.gz qemu-ac86048bcd41129b18702ba63395f222871804de.tar.xz qemu-ac86048bcd41129b18702ba63395f222871804de.zip | |
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>
Diffstat (limited to 'ui')
| -rw-r--r-- | ui/console.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/console.c b/ui/console.c index 199ba69101..61ed2190a3 100644 --- a/ui/console.c +++ b/ui/console.c @@ -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 |
