Skip to content

Commit e02e085

Browse files
author
Markus Armbruster
committed
net: Clean up includes
This commit was created with scripts/clean-includes. All .c should include qemu/osdep.h first. The script performs three related cleanups: * Ensure .c files include qemu/osdep.h first. * Including it in a .h is redundant, since the .c already includes it. Drop such inclusions. * Likewise, including headers qemu/osdep.h includes is redundant. Drop these, too. Signed-off-by: Markus Armbruster <[email protected]> Reviewed-by: Philippe Mathieu-Daudé <[email protected]> Reviewed-by: Michael S. Tsirkin <[email protected]> Message-Id: <[email protected]>
1 parent c0e38aa commit e02e085

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

net/vmnet_int.h

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
#ifndef VMNET_INT_H
1111
#define VMNET_INT_H
1212

13-
#include "qemu/osdep.h"
1413
#include "vmnet_int.h"
1514
#include "clients.h"
1615

0 commit comments

Comments
 (0)