| Index: ash/display/display_info.cc
|
| diff --git a/ash/display/display_info.cc b/ash/display/display_info.cc
|
| index a85d17523f7628dfb49e9a768e19da84c8b81eec..b89d4d5d12a8eb524f9cdefe10098850a2722c60 100644
|
| --- a/ash/display/display_info.cc
|
| +++ b/ash/display/display_info.cc
|
| @@ -2,14 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/display/display_info.h"
|
| -
|
| #include <stdio.h>
|
| -
|
| -#include <algorithm>
|
| #include <string>
|
| #include <vector>
|
|
|
| +#include "ash/display/display_info.h"
|
| #include "base/logging.h"
|
| #include "base/strings/string_number_conversions.h"
|
| #include "base/strings/string_split.h"
|
|
|