diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-30 05:42:02 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-30 05:42:02 +0100 |
commit | a37bc00b59fecc0ef237804c4d025c54c5603c8b (patch) | |
tree | 6a7a88de2f14b0e93e332c5e13fc1311caef47a2 /src/common/inbound.c | |
parent | 9f55b2a4959b372846fcb8f75323f0a52231e416 (diff) |
Remove unnecessary include
Diffstat (limited to 'src/common/inbound.c')
-rw-r--r-- | src/common/inbound.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/inbound.c b/src/common/inbound.c index 3d42279f..0c5bccd3 100644 --- a/src/common/inbound.c +++ b/src/common/inbound.c @@ -45,7 +45,6 @@ #include "servlist.h" #include "text.h" #include "ctcp.h" -#include "plugin.h" #include "hexchatc.h" |