Commit edae4643 authored by thestig's avatar thestig Committed by Commit bot

Cleanup: Remove a few unneeded #includes in Linux font files.

Probably left over from code being moved around.

Review URL: https://codereview.chromium.org/569793002

Cr-Commit-Position: refs/heads/master@{#294702}
parent a2decf1c
......@@ -4,13 +4,12 @@
#include <fcntl.h>
#include <fontconfig/fontconfig.h>
#include <sys/poll.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <string>
#include "base/posix/eintr_wrapper.h"
#include "content/common/sandbox_linux/sandbox_linux.h"
#include "content/common/set_process_title.h"
#include "ppapi/c/trusted/ppb_browser_font_trusted.h"
#include "third_party/npapi/bindings/npapi_extensions.h"
......
......@@ -4,7 +4,6 @@
#include "ui/gfx/platform_font_pango.h"
#include <fontconfig/fontconfig.h>
#include <pango/pango.h>
#include <algorithm>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment