]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/ne2000-isa.c
hw: include hw header files with full paths
[mirror_qemu.git] / hw / ne2000-isa.c
index 342c6bdad1634ffbe3a275873dd8980779047ac2..47c00c3a7652e7792c46496945940ca01e1aa6c6 100644 (file)
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  * THE SOFTWARE.
  */
-#include "hw.h"
-#include "pc.h"
-#include "isa.h"
-#include "qdev.h"
+#include "hw/hw.h"
+#include "hw/pc.h"
+#include "hw/isa.h"
+#include "hw/qdev.h"
 #include "net/net.h"
-#include "ne2000.h"
+#include "hw/ne2000.h"
 #include "exec/address-spaces.h"
 
 typedef struct ISANE2000State {