aboutsummaryrefslogtreecommitdiff
path: root/src/lpc43xx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lpc43xx.c')
-rw-r--r--src/lpc43xx.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lpc43xx.c b/src/lpc43xx.c
index bfb96f7..3940fed 100644
--- a/src/lpc43xx.c
+++ b/src/lpc43xx.c
@@ -17,11 +17,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <stddef.h>
-#include <stdlib.h>
-#include <string.h>
-#include "command.h"
#include "general.h"
+#include "command.h"
#include "adiv5.h"
#include "target.h"
#include "gdb_packet.h"