From 2cc21dbb2ff505d566e85007498a4b59958261de Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Thu, 5 Jan 2012 19:48:14 +0000 Subject: [PATCH] Remove unneeded header include from request_impl.cc. git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@460 5089003a-bbd8-11dd-ad1f-f1f9622dbc98 --- libcef/request_impl.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/libcef/request_impl.cc b/libcef/request_impl.cc index 0f7b9fb0c..8abf6821b 100644 --- a/libcef/request_impl.cc +++ b/libcef/request_impl.cc @@ -3,7 +3,6 @@ // can be found in the LICENSE file. #include "request_impl.h" -#include "browser_webkit_glue.h" #include "base/logging.h" #include "net/url_request/url_request.h"