diff options
Diffstat (limited to 'bzip_extent_writer_unittest.cc')
-rw-r--r-- | bzip_extent_writer_unittest.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bzip_extent_writer_unittest.cc b/bzip_extent_writer_unittest.cc index 96121d4c..0aa8709f 100644 --- a/bzip_extent_writer_unittest.cc +++ b/bzip_extent_writer_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/bzip_extent_writer.h" + #include <sys/stat.h> #include <sys/types.h> #include <unistd.h> @@ -9,7 +11,6 @@ #include <string> #include <vector> #include <gtest/gtest.h> -#include "update_engine/bzip_extent_writer.h" #include "update_engine/test_utils.h" #include "update_engine/utils.h" |