summaryrefslogtreecommitdiff
path: root/src/commands.h
diff options
context:
space:
mode:
authorportix <portix@gmx.net>2011-12-11 00:29:44 +0100
committerportix <portix@gmx.net>2011-12-11 00:29:44 +0100
commit078584c765359ac1981778e41a7c2961a3e2e5ae (patch)
tree637dcc91970dce61f8d06704ac0129523f81a976 /src/commands.h
parentdc11bea08cd68064f16b6008eaac975da3d8374d (diff)
downloaddwb-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/commands.h')
-rw-r--r--src/commands.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/commands.h b/src/commands.h
index 9497a89c..096e54ab 100644
--- a/src/commands.h
+++ b/src/commands.h
@@ -19,14 +19,6 @@
#ifndef COMMANDS_H
#define COMMANDS_H
-#include "dwb.h"
-#include "commands.h"
-#include "completion.h"
-#include "util.h"
-#include "view.h"
-#include "session.h"
-#include "soup.h"
-#include "html.h"
void commands_simple_command(KeyMap *km);
void commands_add_view(KeyMap *, Arg *);