summaryrefslogtreecommitdiff
path: root/src/gui/core/theme.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/gui/core/theme.c
parent5adcf950f1f928c7127f2d694b52addf54cc04ca (diff)
Handled the logs from the GUI, the command line and the Python bindings.
Diffstat (limited to 'src/gui/core/theme.c')
-rw-r--r--src/gui/core/theme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/core/theme.c b/src/gui/core/theme.c
index 895a1a5..9c3c63b 100644
--- a/src/gui/core/theme.c
+++ b/src/gui/core/theme.c
@@ -38,9 +38,9 @@
#include <i18n.h>
-#include "../panels/log.h"
#include "../../common/extstr.h"
#include "../../common/xdg.h"
+#include "../../core/logs.h"
#include "../../core/params.h"