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/commands.h | |
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/commands.h')
-rw-r--r-- | src/commands.h | 8 |
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 *); |