From 41d84f7d5a950cec84e816350c03410e91844b90 Mon Sep 17 00:00:00 2001 From: Joshua Warner Date: Wed, 20 Feb 2013 13:40:11 -0700 Subject: [PATCH] fix bootimage build --- src/bootimage.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bootimage.cpp b/src/bootimage.cpp index d6046d459f..5f33a489b3 100644 --- a/src/bootimage.cpp +++ b/src/bootimage.cpp @@ -14,8 +14,8 @@ #include "machine.h" #include "util.h" #include "stream.h" -#include "codegen/assembler.h" -#include "codegen/promise.h" +#include +#include #include "target.h" #include #include "lzma.h"