diff options
Diffstat (limited to 'hw/omap_intc.c')
-rw-r--r-- | hw/omap_intc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hw/omap_intc.c b/hw/omap_intc.c index 4b0acd0f33..7da9c3548c 100644 --- a/hw/omap_intc.c +++ b/hw/omap_intc.c @@ -17,9 +17,9 @@ * You should have received a copy of the GNU General Public License along * with this program; if not, see <http://www.gnu.org/licenses/>. */ -#include "hw.h" -#include "omap.h" -#include "sysbus.h" +#include "hw/hw.h" +#include "hw/omap.h" +#include "hw/sysbus.h" /* Interrupt Handlers */ struct omap_intr_handler_bank_s { |