diff options
Diffstat (limited to 'update_manager/real_random_provider.cc')
-rw-r--r-- | update_manager/real_random_provider.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/update_manager/real_random_provider.cc b/update_manager/real_random_provider.cc index ea10de60..47cb31d4 100644 --- a/update_manager/real_random_provider.cc +++ b/update_manager/real_random_provider.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/real_random_provider.h" + #include <stdio.h> #include <unistd.h> @@ -11,7 +13,6 @@ #include <base/files/scoped_file.h> #include <base/strings/stringprintf.h> -#include "update_engine/update_manager/real_random_provider.h" #include "update_engine/update_manager/variable.h" using std::string; |