remove unused execinfo.h include from debug_log.c

This commit is contained in:
robotanarchy 2015-12-21 18:57:26 +01:00
parent 5fbecba37a
commit 3dd2393797
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@
#include <errno.h>
#include <string.h>
#include <stringop.h>
#include <execinfo.h>
#include "workspace.h"
extern log_importance_t v;