summaryrefslogtreecommitdiff
path: root/subprocess_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'subprocess_unittest.cc')
-rw-r--r--subprocess_unittest.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/subprocess_unittest.cc b/subprocess_unittest.cc
index 7fafd9ea..4e7ebf61 100644
--- a/subprocess_unittest.cc
+++ b/subprocess_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/subprocess.h"
+
#include <fcntl.h>
#include <netinet/in.h>
#include <netinet/ip.h>
@@ -20,7 +22,6 @@
#include <glib.h>
#include <gtest/gtest.h>
-#include "update_engine/subprocess.h"
#include "update_engine/test_utils.h"
#include "update_engine/utils.h"