diff options
Diffstat (limited to 'fastboot/main.cpp')
-rw-r--r-- | fastboot/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fastboot/main.cpp b/fastboot/main.cpp index c3683f737..35f421894 100644 --- a/fastboot/main.cpp +++ b/fastboot/main.cpp @@ -26,7 +26,7 @@ * SUCH DAMAGE. */ -#include "engine.h" +#include "fastboot.h" int main(int argc, char* argv[]) { FastBootTool fb; |