1
0
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:
jfreegman
2017-06-06 19:03:40 -04:00
parent 56a9571509
commit 922c184195
4 changed files with 12 additions and 2 deletions

View File

@ -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;