mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-28 04:36:45 +02:00
Only include python libs when necessary
This commit is contained in:
@ -30,11 +30,14 @@
|
||||
#include "line_info.h"
|
||||
#include "message_queue.h"
|
||||
#include "misc_tools.h"
|
||||
#include "python_api.h"
|
||||
#include "settings.h"
|
||||
#include "toxic_strings.h"
|
||||
#include "windows.h"
|
||||
|
||||
#ifdef PYTHON
|
||||
#include "python_api.h"
|
||||
#endif /* PYTHON */
|
||||
|
||||
Tox *user_tox;
|
||||
static WINDOW *cur_window;
|
||||
static ToxWindow *self_window;
|
||||
|
Reference in New Issue
Block a user