Lines Matching refs:h
129 *include/qemu/osdep.h | \
130 *include/qemu/compiler.h | \
131 *include/qemu/qemu-plugin.h | \
132 *include/glib-compat.h | \
133 *include/sysemu/os-posix.h | \
134 *include/sysemu/os-win32.h | \
144 *.h)
145 MODE=h
198 All .c should include qemu/osdep.h first. The script performs three
201 * Ensure .c files include qemu/osdep.h first.
202 * Including it in a .h is redundant, since the .c already includes
204 * Likewise, including headers qemu/osdep.h includes is redundant.