diff options
Diffstat (limited to 'action_unittest.cc')
-rw-r--r-- | action_unittest.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/action_unittest.cc b/action_unittest.cc index 4ab51667..a5f7b11e 100644 --- a/action_unittest.cc +++ b/action_unittest.cc @@ -2,9 +2,10 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +#include "update_engine/action.h" + #include <string> #include <gtest/gtest.h> -#include "update_engine/action.h" #include "update_engine/action_processor.h" using std::string; |