aboutsummaryrefslogtreecommitdiff
path: root/sway/debug_log.c
diff options
context:
space:
mode:
authorrobotanarchy <robotanarchy@bingo-ev.de>2015-12-21 18:57:26 +0100
committerrobotanarchy <robotanarchy@bingo-ev.de>2015-12-21 18:57:26 +0100
commit3dd23937974dea9a2c9205431e3cf2275290f162 (patch)
tree5c40e5180dd16c3531ef60f213db59d4d0782262 /sway/debug_log.c
parent5fbecba37ad9f19a9205715315248e7b82aa984d (diff)
remove unused execinfo.h include from debug_log.c
Diffstat (limited to 'sway/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 @@
#include <errno.h>
#include <string.h>
#include <stringop.h>
-#include <execinfo.h>
#include "workspace.h"
extern log_importance_t v;