aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar robotanarchy <robotanarchy@bingo-ev.de>2015-12-21 18:57:26 +0100
committerLibravatar robotanarchy <robotanarchy@bingo-ev.de>2015-12-21 18:57:26 +0100
commit3dd23937974dea9a2c9205431e3cf2275290f162 (patch)
tree5c40e5180dd16c3531ef60f213db59d4d0782262
parentMerge pull request #381 from sce/fix_gaps (diff)
downloadsway-3dd23937974dea9a2c9205431e3cf2275290f162.tar.gz
sway-3dd23937974dea9a2c9205431e3cf2275290f162.tar.zst
sway-3dd23937974dea9a2c9205431e3cf2275290f162.zip
remove unused execinfo.h include from debug_log.c
-rw-r--r--sway/debug_log.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/debug_log.c b/sway/debug_log.c
index 8b30ed45..6fd6422f 100644
--- a/sway/debug_log.c
+++ b/sway/debug_log.c
@@ -10,7 +10,6 @@
10#include <errno.h> 10#include <errno.h>
11#include <string.h> 11#include <string.h>
12#include <stringop.h> 12#include <stringop.h>
13#include <execinfo.h>
14#include "workspace.h" 13#include "workspace.h"
15 14
16extern log_importance_t v; 15extern log_importance_t v;