summaryrefslogtreecommitdiff
path: root/hw/m25p80.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/m25p80.c')
-rw-r--r--hw/m25p80.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/hw/m25p80.c b/hw/m25p80.c
index 1372d06409..55e9d0d37a 100644
--- a/hw/m25p80.c
+++ b/hw/m25p80.c
@@ -21,10 +21,10 @@
* with this program; if not, see <http://www.gnu.org/licenses/>.
*/
-#include "hw.h"
+#include "hw/hw.h"
#include "sysemu/blockdev.h"
-#include "ssi.h"
-#include "devices.h"
+#include "hw/ssi.h"
+#include "hw/devices.h"
#ifdef M25P80_ERR_DEBUG
#define DB_PRINT(...) do { \