summaryrefslogtreecommitdiffstats
path: root/fastboot/fastboot_test.cpp
diff options
context:
space:
mode:
authorTom Cherry <tomcherry@google.com>2018-10-02 21:21:50 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-10-02 21:21:50 +0000
commite6fc328d1666a9ad9692dc6f9c3e9ac93dcc0419 (patch)
tree59756166863aa29d42d64d675d756ecec5078d94 /fastboot/fastboot_test.cpp
parenta535e5a64ec96858d67bd2d59e35799f658c84d2 (diff)
parent9027af0d406a7ee4f285f55ed58ba227df268243 (diff)
downloadsystem_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.cpp2
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>