diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-10-21 19:43:12 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-10-21 19:43:12 +0200 |
commit | 3ec0ad7c62279af13fcc6ee3ef78b11dcc3be382 (patch) | |
tree | a1e7d0ecad54847e3cee5ce83be7edf142349b06 | |
parent | 9037c0fe4c07b76bafb9a07b1600ac600bcf4245 (diff) | |
download | weechat-3ec0ad7c62279af13fcc6ee3ef78b11dcc3be382.zip |
core: remove duplicated #include
-rw-r--r-- | src/core/wee-debug.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/wee-debug.c b/src/core/wee-debug.c index 3066a08c7..aa205fd57 100644 --- a/src/core/wee-debug.c +++ b/src/core/wee-debug.c @@ -41,7 +41,6 @@ #include "wee-infolist.h" #include "wee-list.h" #include "wee-log.h" -#include "wee-hook.h" #include "wee-proxy.h" #include "wee-string.h" #include "../gui/gui-bar.h" |