mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-07 08:06:35 +01: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