Skip to content

Commit

Permalink
tcg: Remove duplicate header includes
Browse files Browse the repository at this point in the history
host-utils.h and timer.h are included twice in tcg.c.
One time should be enough.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
  • Loading branch information
huth authored and Michael Tokarev committed Sep 15, 2016
1 parent d41f3c3 commit 347519e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tcg/tcg.c
Expand Up @@ -40,8 +40,6 @@
#define NO_CPU_IO_DEFS
#include "cpu.h"

#include "qemu/host-utils.h"
#include "qemu/timer.h"
#include "exec/cpu-common.h"
#include "exec/exec-all.h"

Expand Down

0 comments on commit 347519e

Please sign in to comment.