commit 3dd23937974dea9a2c9205431e3cf2275290f162 parent 5fbecba37ad9f19a9205715315248e7b82aa984d Author: robotanarchy <robotanarchy@bingo-ev.de> Date: Mon, 21 Dec 2015 18:57:26 +0100 remove unused execinfo.h include from debug_log.c Diffstat:
| M | sway/debug_log.c | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git 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;