]> git.proxmox.com Git - mirror_qemu.git/blobdiff - net/dump.c
rtc: Move RTC function prototypes to their own header
[mirror_qemu.git] / net / dump.c
index a07ba624011c741dafe9690d795950aee81a1258..6a63b1535952da7b956baa7499e6703efd17010a 100644 (file)
@@ -23,7 +23,6 @@
  */
 
 #include "qemu/osdep.h"
-#include "qemu-common.h"
 #include "clients.h"
 #include "qapi/error.h"
 #include "qemu/error-report.h"
@@ -33,6 +32,7 @@
 #include "qapi/visitor.h"
 #include "net/filter.h"
 #include "qom/object.h"
+#include "sysemu/rtc.h"
 
 typedef struct DumpState {
     int64_t start_ts;