From 27556d089f8496c2acb72182ce7add94938eb749 Mon Sep 17 00:00:00 2001 From: Tianjie Xu Date: Wed, 22 May 2019 14:48:35 -0700 Subject: Some clean ups to the updater Remove some unnecessary includes or forward declarations. And include the correct headers to build host executables. Bug: 131911365 Test: unit tests pass Change-Id: I62e75f60678159fe24619a4bd386b1416f1a5b5d --- updater/updater.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'updater/updater.cpp') diff --git a/updater/updater.cpp b/updater/updater.cpp index dbfa2f426..426c6dce0 100644 --- a/updater/updater.cpp +++ b/updater/updater.cpp @@ -24,9 +24,7 @@ #include #include -#include "updater/updater_runtime.h" - -Updater::Updater() : Updater(std::make_unique(nullptr)) {} +#include "edify/updater_runtime_interface.h" Updater::~Updater() { if (package_handle_) { -- cgit v1.2.3