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 /include | |
| 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 'include')
| -rw-r--r-- | include/ui/console.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/ui/console.h b/include/ui/console.h index 98edf413a6..4156a876e1 100644 --- a/include/ui/console.h +++ b/include/ui/console.h @@ -6,7 +6,6 @@ #include "qapi/qmp/qdict.h" #include "qemu/notify.h" #include "monitor/monitor.h" -#include "trace.h" #include "qapi-types.h" #include "qapi/error.h" |
