]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/qemu/filemonitor.h
Include qemu-common.h exactly where needed
[mirror_qemu.git] / include / qemu / filemonitor.h
index 64267d09b25f32de09d54c4d06dca8192f192bad..a41ceb02440e62044aab87006d122969cc79c365 100644 (file)
  *
  */
 
-#ifndef QEMU_FILE_MONITOR_H
-#define QEMU_FILE_MONITOR_H
+#ifndef QEMU_FILEMONITOR_H
+#define QEMU_FILEMONITOR_H
 
-#include "qemu-common.h"
 
 
 typedef struct QFileMonitor QFileMonitor;
@@ -125,4 +124,4 @@ void qemu_file_monitor_remove_watch(QFileMonitor *mon,
                                     const char *dirpath,
                                     int64_t id);
 
-#endif /* QEMU_FILE_MONITOR_H */
+#endif /* QEMU_FILEMONITOR_H */