summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/font_utils_linux.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/renderer_host/font_utils_linux.cc')
-rw-r--r--content/browser/renderer_host/font_utils_linux.cc7
1 files changed, 3 insertions, 4 deletions
diff --git a/content/browser/renderer_host/font_utils_linux.cc b/content/browser/renderer_host/font_utils_linux.cc
index eea0551..2ee84e1 100644
--- a/content/browser/renderer_host/font_utils_linux.cc
+++ b/content/browser/renderer_host/font_utils_linux.cc
@@ -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"