mirror of
https://github.com/mii443/qemu.git
synced 2025-12-03 11:08:25 +00:00
maint: Reorder include directives for qemu-{nbd, io}
HACKING recommends listing system includes right after osdep.h, and before any other in-project headers. Signed-off-by: Eric Blake <eblake@redhat.com> Message-Id: <20170721135047.25005-3-eblake@redhat.com>
This commit is contained in:
@@ -22,6 +22,8 @@
|
||||
* THE SOFTWARE.
|
||||
*/
|
||||
#include "qemu/osdep.h"
|
||||
#include <getopt.h>
|
||||
|
||||
#include "qemu-version.h"
|
||||
#include "qapi/error.h"
|
||||
#include "qapi/util.h"
|
||||
@@ -43,7 +45,6 @@
|
||||
#include "block/qapi.h"
|
||||
#include "crypto/init.h"
|
||||
#include "trace/control.h"
|
||||
#include <getopt.h>
|
||||
|
||||
#define QEMU_IMG_VERSION "qemu-img version " QEMU_VERSION QEMU_PKGVERSION \
|
||||
"\n" QEMU_COPYRIGHT "\n"
|
||||
|
||||
Reference in New Issue
Block a user