summaryrefslogtreecommitdiffstats
path: root/WebKit/gtk/webkit/webkitwebnavigationaction.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/gtk/webkit/webkitwebnavigationaction.cpp')
-rw-r--r--WebKit/gtk/webkit/webkitwebnavigationaction.cpp10
1 files changed, 4 insertions, 6 deletions
diff --git a/WebKit/gtk/webkit/webkitwebnavigationaction.cpp b/WebKit/gtk/webkit/webkitwebnavigationaction.cpp
index b12279e..9f13f28 100644
--- a/WebKit/gtk/webkit/webkitwebnavigationaction.cpp
+++ b/WebKit/gtk/webkit/webkitwebnavigationaction.cpp
@@ -18,16 +18,14 @@
*/
#include "config.h"
+#include "webkitwebnavigationaction.h"
-#include <wtf/Assertions.h>
#include "FrameLoaderTypes.h"
-
-#include <glib/gi18n-lib.h>
-#include "webkitwebnavigationaction.h"
-#include "webkitprivate.h"
#include "webkitenumtypes.h"
-
+#include "webkitglobalsprivate.h"
+#include <glib/gi18n-lib.h>
#include <string.h>
+#include <wtf/Assertions.h>
static void webkit_web_navigation_action_set_target_frame(WebKitWebNavigationAction* navigationAction, const gchar* targetFrame);