]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/ide/isa.c
Use #include "..." for our own headers, <...> for others
[mirror_qemu.git] / hw / ide / isa.c
index 9f80503faae88c61b89ab9d04ab2c88a36117aac..40213d662ce63f3a86923f4b9faa43d53d6fa4e5 100644 (file)
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  * THE SOFTWARE.
  */
-#include <hw/hw.h>
-#include <hw/i386/pc.h>
-#include <hw/isa/isa.h>
+#include "qemu/osdep.h"
+#include "hw/hw.h"
+#include "hw/i386/pc.h"
+#include "hw/isa/isa.h"
 #include "sysemu/block-backend.h"
 #include "sysemu/dma.h"
 
-#include <hw/ide/internal.h>
+#include "hw/ide/internal.h"
 
 /***********************************************************/
 /* ISA IDE definitions */