Skip to content

Commit

Permalink
misc: remove headers implicitly included
Browse files Browse the repository at this point in the history
applied using ./scripts/clean-includes

Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Peter Maydell <[email protected]>
Reviewed-by: Stefan Hajnoczi <[email protected]>
Reviewed-by: Ben Warren <[email protected]>
Signed-off-by: Michael Tokarev <[email protected]>
  • Loading branch information
philmd authored and Michael Tokarev committed Dec 18, 2017
1 parent 7d98feb commit 47181f5
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion bsd-user/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
#include "qemu/envlist.h"
#include "exec/log.h"
#include "trace/control.h"
#include "glib-compat.h"

int singlestep;
unsigned long mmap_min_addr;
Expand Down
4 changes: 0 additions & 4 deletions chardev/wctablet.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
#include <stdlib.h>
#include <string.h>
#include <sys/time.h>
#include <time.h>

#include "qemu/osdep.h"
#include "qemu-common.h"
Expand Down
1 change: 0 additions & 1 deletion hw/audio/fmopl.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#ifndef FMOPL_H
#define FMOPL_H

#include <stdint.h>

typedef void (*OPL_TIMERHANDLER)(void *param, int channel, double interval_Sec);

Expand Down
1 change: 0 additions & 1 deletion hw/scsi/vhost-user-scsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#include "qemu/osdep.h"
#include "qapi/error.h"
#include "qemu/error-report.h"
#include "qemu/typedefs.h"
#include "qom/object.h"
#include "hw/fw-path-provider.h"
#include "hw/qdev-core.h"
Expand Down
1 change: 0 additions & 1 deletion linux-user/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
#include "elf.h"
#include "exec/log.h"
#include "trace/control.h"
#include "glib-compat.h"

char *exec_path;

Expand Down
1 change: 0 additions & 1 deletion net/colo-compare.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#include "qom/object_interfaces.h"
#include "qemu/iov.h"
#include "qom/object.h"
#include "qemu/typedefs.h"
#include "net/queue.h"
#include "chardev/char-fe.h"
#include "qemu/sockets.h"
Expand Down
1 change: 0 additions & 1 deletion tests/test-aio-multithread.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
*/

#include "qemu/osdep.h"
#include <glib.h>
#include "block/aio.h"
#include "qapi/error.h"
#include "qemu/coroutine.h"
Expand Down
1 change: 0 additions & 1 deletion tests/test-clone-visitor.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
*/

#include "qemu/osdep.h"
#include <glib.h>

#include "qemu-common.h"
#include "qapi/clone-visitor.h"
Expand Down
3 changes: 0 additions & 3 deletions tests/vmgenid-test.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
* See the COPYING file in the top-level directory.
*/

#include <glib.h>
#include <string.h>
#include <unistd.h>
#include "qemu/osdep.h"
#include "qemu/bitmap.h"
#include "qemu/uuid.h"
Expand Down

0 comments on commit 47181f5

Please sign in to comment.