Title: [139336] trunk/Source/WebKit2
Revision
139336
Author
[email protected]
Date
2013-01-10 10:39:13 -0800 (Thu, 10 Jan 2013)

Log Message

PDFPlugin: Header cleanup
https://bugs.webkit.org/show_bug.cgi?id=106540

Reviewed by Andreas Kling.

* WebProcess/Plugins/PDF/PDFPlugin.mm: Remove some unneeded headers.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (139335 => 139336)


--- trunk/Source/WebKit2/ChangeLog	2013-01-10 18:28:53 UTC (rev 139335)
+++ trunk/Source/WebKit2/ChangeLog	2013-01-10 18:39:13 UTC (rev 139336)
@@ -1,3 +1,12 @@
+2013-01-10  Tim Horton  <[email protected]>
+
+        PDFPlugin: Header cleanup
+        https://bugs.webkit.org/show_bug.cgi?id=106540
+
+        Reviewed by Andreas Kling.
+
+        * WebProcess/Plugins/PDF/PDFPlugin.mm: Remove some unneeded headers.
+
 2013-01-10  Zan Dobersek  <[email protected]>
 
         Remove the ENABLE_ANIMATION_API feature define occurences

Modified: trunk/Source/WebKit2/WebProcess/Plugins/PDF/PDFPlugin.mm (139335 => 139336)


--- trunk/Source/WebKit2/WebProcess/Plugins/PDF/PDFPlugin.mm	2013-01-10 18:28:53 UTC (rev 139335)
+++ trunk/Source/WebKit2/WebProcess/Plugins/PDF/PDFPlugin.mm	2013-01-10 18:39:13 UTC (rev 139336)
@@ -37,7 +37,6 @@
 #import "PDFLayerControllerDetails.h"
 #import "PDFPluginAnnotation.h"
 #import "PluginView.h"
-#import "ShareableBitmap.h"
 #import "WebContextMessages.h"
 #import "WebEvent.h"
 #import "WebEventConversion.h"
@@ -46,28 +45,18 @@
 #import "WebProcess.h"
 #import <PDFKit/PDFKit.h>
 #import <QuartzCore/QuartzCore.h>
-#import <WebCore/ArchiveResource.h>
-#import <WebCore/CSSPrimitiveValue.h>
-#import <WebCore/CSSPropertyNames.h>
-#import <WebCore/Chrome.h>
-#import <WebCore/DocumentLoader.h>
 #import <WebCore/FocusController.h>
 #import <WebCore/FormState.h>
 #import <WebCore/Frame.h>
-#import <WebCore/FrameLoadRequest.h>
 #import <WebCore/FrameView.h>
 #import <WebCore/GraphicsContext.h>
 #import <WebCore/HTMLElement.h>
 #import <WebCore/HTMLFormElement.h>
-#import <WebCore/HTTPHeaderMap.h>
 #import <WebCore/LocalizedStrings.h>
 #import <WebCore/MouseEvent.h>
 #import <WebCore/Page.h>
 #import <WebCore/Pasteboard.h>
-#import <WebCore/PluginData.h>
 #import <WebCore/PluginDocument.h>
-#import <WebCore/RenderBoxModelObject.h>
-#import <WebCore/ScrollAnimator.h>
 #import <WebCore/ScrollbarTheme.h>
 #import <WebCore/UUID.h>
 #import <WebKitSystemInterface.h>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to