diff options
author | portix <portix@gmx.net> | 2011-12-11 00:29:44 +0100 |
---|---|---|
committer | portix <portix@gmx.net> | 2011-12-11 00:29:44 +0100 |
commit | 078584c765359ac1981778e41a7c2961a3e2e5ae (patch) | |
tree | 637dcc91970dce61f8d06704ac0129523f81a976 /src/js.c | |
parent | dc11bea08cd68064f16b6008eaac975da3d8374d (diff) | |
download | dwb-078584c765359ac1981778e41a7c2961a3e2e5ae.zip |
Include only needed headers in source files, don't include in header files; replace strcmp with g_strcmp0; fixing issue with leaving insert-mode in navigation-policy-requested
Diffstat (limited to 'src/js.c')
-rw-r--r-- | src/js.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -17,8 +17,7 @@ */ #include <JavaScriptCore/JavaScript.h> -#include <webkit/webkit.h> -#include <glib-2.0/glib.h> +#include "dwb.h" #include "js.h" #define JS_STRING_MAX 1024 |