Skip to content
  • Michael Tokarev's avatar
    b33276a7
    vl: trim includes · b33276a7
    Michael Tokarev authored
    
    
    Over time, lots of stuff moved from vl.c into separate
    files.  But include statements has never been cleaned,
    and they continue to carry lots of anymore-unused stuff.
    
    Remove includes which are not relevant for vl.c anymore.
    Apparently there are more includes like this, because
    many are included from qemu-common.h and the like, or,
    for example, I don't see were we use win32-specific
    stuff in vl.c (so that maybe #include <windows.h> might
    be removed too).
    
    Signed-off-by: default avatarMichael Tokarev <mjt@tls.msk.ru>
    b33276a7
    vl: trim includes
    Michael Tokarev authored
    
    
    Over time, lots of stuff moved from vl.c into separate
    files.  But include statements has never been cleaned,
    and they continue to carry lots of anymore-unused stuff.
    
    Remove includes which are not relevant for vl.c anymore.
    Apparently there are more includes like this, because
    many are included from qemu-common.h and the like, or,
    for example, I don't see were we use win32-specific
    stuff in vl.c (so that maybe #include <windows.h> might
    be removed too).
    
    Signed-off-by: default avatarMichael Tokarev <mjt@tls.msk.ru>
Loading