Skip to content

Commit

Permalink
chore: remove redundant includes
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytere committed Jan 17, 2022
1 parent bf2c82d commit 7c84127
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions shell/common/color_util.cc
Expand Up @@ -6,8 +6,6 @@

#include <vector>

#include "base/logging.h"
#include "base/strings/string_number_conversions.h"
#include "base/strings/string_util.h"
#include "base/strings/stringprintf.h"
#include "content/public/common/color_parser.h"
Expand Down
1 change: 1 addition & 0 deletions shell/common/color_util.h
Expand Up @@ -11,6 +11,7 @@

namespace electron {

// Converts an SKColor to either Hex, HSL, or RGB color string.
std::string SkColorToColorString(SkColor color, const std::string& format);

// Parses a CSS-style color string from hex (3- or 6-digit), rgb(), rgba(),
Expand Down

0 comments on commit 7c84127

Please sign in to comment.