From: Jakub Tyszkowski Date: Sat, 7 Mar 2015 18:47:03 +0000 (+0100) Subject: Remove redundant includes from stlink-sg.c X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=c6afdd500ceecf106fe177f2017bfada142f6d3a;p=fw%2Fstlink Remove redundant includes from stlink-sg.c Not sure why those were here. Probaly leftovers after refactoring? --- diff --git a/src/stlink-sg.c b/src/stlink-sg.c index db68e2f..b16a2ed 100644 --- a/src/stlink-sg.c +++ b/src/stlink-sg.c @@ -79,13 +79,8 @@ #include #include #include -#include #include -#include -#include #include -#include -#include "mmap.h" #include "stlink-common.h" #include "stlink-sg.h"