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:
@ -20,9 +20,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifdef PYTHON
|
||||
#include <Python.h>
|
||||
|
||||
#include "api.h"
|
||||
#endif /* PYTHON */
|
||||
|
||||
#include "execute.h"
|
||||
|
||||
extern Tox *user_tox;
|
||||
|
Reference in New Issue
Block a user