Skip to content

Commit

Permalink
ide: move headers to include folder
Browse files Browse the repository at this point in the history
The patch moves "hw/ide/achi.h", "hw/ide/pci.h" and "hw/ide/internal.h" headers
to corresponding folders inside "include" folder alike other Qemu headers.

Signed-off-by: Efimov Vasily <real@ispras.ru>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
  • Loading branch information
laerreal authored and bonzini committed Jun 29, 2016
1 parent 1f3aba3 commit e8ad4d1
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/ide/ahci.c
Expand Up @@ -30,7 +30,7 @@
#include "qemu/error-report.h"
#include "sysemu/block-backend.h"
#include "sysemu/dma.h"
#include "internal.h"
#include <hw/ide/internal.h>
#include <hw/ide/pci.h>
#include <hw/ide/ahci.h>

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e8ad4d1

Please sign in to comment.