diff options
Diffstat (limited to 'terminator_unittest.cc')
-rw-r--r-- | terminator_unittest.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/terminator_unittest.cc b/terminator_unittest.cc index 0096c0cf..5e6b2e0d 100644 --- a/terminator_unittest.cc +++ b/terminator_unittest.cc @@ -2,11 +2,11 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +#include "update_engine/terminator.h" + #include <gtest/gtest.h> #include <gtest/gtest-spi.h> -#include "update_engine/terminator.h" - using testing::ExitedWithCode; namespace chromeos_update_engine { |