1
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-02-02 15:08:15 -05:00

Removed python.h depdendency from callbacks.c

This commit is contained in:
James Booth 2013-08-18 00:17:23 +01:00
parent 9ca23ed24e
commit eead7ea7e3

View File

@ -20,7 +20,7 @@
* *
*/ */
#include "Python.h" #include <string.h>
#include "command/command.h" #include "command/command.h"
#include "plugins/callbacks.h" #include "plugins/callbacks.h"