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/fastboot_test.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/fastboot_test.cpp')
-rw-r--r-- | fastboot/fastboot_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fastboot/fastboot_test.cpp b/fastboot/fastboot_test.cpp index e0bbd561f..9c3ab6e66 100644 --- a/fastboot/fastboot_test.cpp +++ b/fastboot/fastboot_test.cpp @@ -14,7 +14,7 @@ * limitations under the License. */ -#include "engine.h" +#include "fastboot.h" #include <gtest/gtest.h> |