mirror of
git://git.code.sf.net/p/openocd/code
synced 2025-07-18 20:07:08 +10:00
jtag/adapter: Removed unused include of strings.h
Removed an unused include from src/jtag/adapter.c. Signed-off-by: Jan Matyas <jan.matyas@codasip.com> Change-Id: Ia5ea0acdfa1c011d7c88decd0f63e8032aafd699 Reviewed-on: https://review.openocd.org/c/openocd/+/7687 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
parent
8297836170
commit
df12552b5b
@ -18,10 +18,6 @@
|
||||
#include "interfaces.h"
|
||||
#include <transport/transport.h>
|
||||
|
||||
#ifdef HAVE_STRINGS_H
|
||||
#include <strings.h>
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Holds support for configuring debug adapters from TCl scripts.
|
||||
|
Loading…
Reference in New Issue
Block a user