summaryrefslogtreecommitdiff
path: root/src/format
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/format
parent5adcf950f1f928c7127f2d694b52addf54cc04ca (diff)
Handled the logs from the GUI, the command line and the Python bindings.
Diffstat (limited to 'src/format')
-rw-r--r--src/format/executable.c2
-rw-r--r--src/format/format.c1
2 files changed, 1 insertions, 2 deletions
diff --git a/src/format/executable.c b/src/format/executable.c
index 6afe8b5..1f46721 100644
--- a/src/format/executable.c
+++ b/src/format/executable.c
@@ -32,7 +32,7 @@
#include "executable-int.h"
#include "format.h"
-#include "../gui/panels/log.h"
+#include "../core/logs.h"
diff --git a/src/format/format.c b/src/format/format.c
index ec8e5fb..1ab7efa 100644
--- a/src/format/format.c
+++ b/src/format/format.c
@@ -34,7 +34,6 @@
#include "preload.h"
#include "../arch/processor.h"
#include "../common/sort.h"
-#include "../gui/panels/log.h"
#include "../plugins/pglist.h"