diff options
author | robotanarchy <robotanarchy@bingo-ev.de> | 2015-12-21 18:57:26 +0100 |
---|---|---|
committer | robotanarchy <robotanarchy@bingo-ev.de> | 2015-12-21 18:57:26 +0100 |
commit | 3dd23937974dea9a2c9205431e3cf2275290f162 (patch) | |
tree | 5c40e5180dd16c3531ef60f213db59d4d0782262 /sway/debug_log.c | |
parent | 5fbecba37ad9f19a9205715315248e7b82aa984d (diff) |
remove unused execinfo.h include from debug_log.c
Diffstat (limited to 'sway/debug_log.c')
-rw-r--r-- | sway/debug_log.c | 1 |
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; |