Re: [Qemu-devel] [PATCH] Fix include statements for qemu-common.h

2011-09-09 Thread Kevin Wolf
Am 08.09.2011 17:55, schrieb Stefan Weil: > * qemu-common.h is not a system include file, so it should be included > with "" instead of <>. Otherwise incremental builds might fail > because only local include files are checked for changes. > > * linux-user/syscall.c included the file twice. >

[Qemu-devel] [PATCH] Fix include statements for qemu-common.h

2011-09-08 Thread Stefan Weil
* qemu-common.h is not a system include file, so it should be included with "" instead of <>. Otherwise incremental builds might fail because only local include files are checked for changes. * linux-user/syscall.c included the file twice. Cc: Kevin Wolf Cc: Riku Voipio Cc: Jan Kiszka Sign