diff options
author | Tom Cherry <tomcherry@google.com> | 2018-10-02 21:21:50 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2018-10-02 21:21:50 +0000 |
commit | e6fc328d1666a9ad9692dc6f9c3e9ac93dcc0419 (patch) | |
tree | 59756166863aa29d42d64d675d756ecec5078d94 /fastboot/main.cpp | |
parent | a535e5a64ec96858d67bd2d59e35799f658c84d2 (diff) | |
parent | 9027af0d406a7ee4f285f55ed58ba227df268243 (diff) | |
download | system_core-e6fc328d1666a9ad9692dc6f9c3e9ac93dcc0419.tar.gz system_core-e6fc328d1666a9ad9692dc6f9c3e9ac93dcc0419.tar.bz2 system_core-e6fc328d1666a9ad9692dc6f9c3e9ac93dcc0419.zip |
Merge "fastboot: remove engine.cpp/engine.h"
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; |