1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-21 10:26:38 +02:00

Removed use of config.h file in script plugins, not needed

This commit is contained in:
Sebastien Helleu
2008-01-21 12:40:18 +01:00
parent 4cdcb11415
commit 25c5bc6421
8 changed files with 0 additions and 42 deletions
@@ -20,10 +20,6 @@
#undef _
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <Python.h>
#include "../../weechat-plugin.h"