1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-02 22:06:44 +02:00

Only include python libs when necessary

This commit is contained in:
jfreegman
2017-06-06 19:03:40 -04:00
parent 56a9571509
commit 922c184195
4 changed files with 12 additions and 2 deletions

View File

@ -20,9 +20,11 @@
*
*/
#ifdef PYTHON
#include <Python.h>
#include "api.h"
#endif /* PYTHON */
#include "execute.h"
extern Tox *user_tox;