diff options
Diffstat (limited to 'update_manager/evaluation_context_unittest.cc')
-rw-r--r-- | update_manager/evaluation_context_unittest.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/update_manager/evaluation_context_unittest.cc b/update_manager/evaluation_context_unittest.cc index f38b6417..c5cc8839 100644 --- a/update_manager/evaluation_context_unittest.cc +++ b/update_manager/evaluation_context_unittest.cc @@ -2,6 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +#include "update_engine/update_manager/evaluation_context.h" + #include <memory> #include <string> @@ -10,7 +12,6 @@ #include "update_engine/fake_clock.h" #include "update_engine/test_utils.h" -#include "update_engine/update_manager/evaluation_context.h" #include "update_engine/update_manager/fake_variable.h" #include "update_engine/update_manager/generic_variables.h" #include "update_engine/update_manager/mock_variable.h" |