Remove redundant includes from stlink-sg.c
authorJakub Tyszkowski <tyszja@gmail.com>
Sat, 7 Mar 2015 18:47:03 +0000 (19:47 +0100)
committerJakub Tyszkowski <tyszja@gmail.com>
Sat, 7 Mar 2015 18:47:03 +0000 (19:47 +0100)
Not sure why those were here. Probaly leftovers after refactoring?

src/stlink-sg.c

index db68e2f4e3e8adbbadcaf0884f8700dd79badce3..b16a2edfc8c8ee2aff173d791e80b7d505d140b3 100644 (file)
 #include <assert.h>
 #include <stdio.h>
 #include <string.h>
-#include <stdarg.h>
 #include <stdlib.h>
-#include <unistd.h>
-#include <fcntl.h>
 #include <sys/types.h>
-#include <sys/stat.h>
-#include "mmap.h"
 
 #include "stlink-common.h"
 #include "stlink-sg.h"