diff options
author | zwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-05-11 03:59:02 +0000 |
---|---|---|
committer | zwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-05-11 03:59:02 +0000 |
commit | 8a5b25790f064c408d747c9f087c4d45207fc3e4 (patch) | |
tree | d276df705a180dff9bea39c7b634545663a7acbf /src/helper/log.h | |
parent | 5a818f71d77b0327f7f26a5dd17d6baecc1b58ea (diff) | |
download | riscv-openocd-8a5b25790f064c408d747c9f087c4d45207fc3e4.zip riscv-openocd-8a5b25790f064c408d747c9f087c4d45207fc3e4.tar.gz riscv-openocd-8a5b25790f064c408d747c9f087c4d45207fc3e4.tar.bz2 |
Audit and eliminate redundant helper #include directives.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1706 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/helper/log.h')
-rw-r--r-- | src/helper/log.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/helper/log.h b/src/helper/log.h index a790018..4f78199 100644 --- a/src/helper/log.h +++ b/src/helper/log.h @@ -29,8 +29,6 @@ #include "replacements.h" #include "command.h" -#include <stdarg.h> - /* logging priorities * LOG_LVL_SILENT - turn off all output. In lieu of try+catch this can be used as a * feeble ersatz. |