]> Git Repo - qemu.git/blobdiff - qom/container.c
qom: Clean up includes
[qemu.git] / qom / container.c
index 62b1648add8cf929d654cfd2699cf77f66563a37..c9eb49b01edb3a373366c159da0e57b318231933 100644 (file)
@@ -10,9 +10,9 @@
  * See the COPYING file in the top-level directory.
  */
 
+#include "qemu/osdep.h"
 #include "qom/object.h"
 #include "qemu/module.h"
-#include <assert.h>
 
 static const TypeInfo container_info = {
     .name          = "container",
This page took 0.023588 seconds and 4 git commands to generate.