summaryrefslogtreecommitdiff
path: root/src/analysis/project.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-01-13 00:35:33 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-01-13 00:35:33 (GMT)
commita6975c1d754a1ba5bfb9e23f0b26692c746e6f9c (patch)
tree7ec962129ebbce6cd210b449443afc91ced72719 /src/analysis/project.c
parent5adcf950f1f928c7127f2d694b52addf54cc04ca (diff)
Handled the logs from the GUI, the command line and the Python bindings.
Diffstat (limited to 'src/analysis/project.c')
-rw-r--r--src/analysis/project.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/analysis/project.c b/src/analysis/project.c
index 31376de..a600788 100644
--- a/src/analysis/project.c
+++ b/src/analysis/project.c
@@ -37,10 +37,10 @@
#include "loading.h"
#include "../common/xml.h"
#include "../core/global.h"
+#include "../core/logs.h"
#include "../core/params.h"
#include "../glibext/delayed-int.h"
#include "../gui/core/panels.h"
-#include "../gui/panels/log.h"
#include "../gui/panels/panel.h"
#include "../format/format.h"