Audit and eliminate redundant helper #include directives.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1706 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -27,21 +27,10 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "types.h"
|
||||
#include "replacements.h"
|
||||
#include "log.h"
|
||||
#include "configuration.h"
|
||||
|
||||
#include "fileio.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#include <sys/stat.h>
|
||||
#include <errno.h>
|
||||
#include <ctype.h>
|
||||
|
||||
static inline int fileio_open_local(fileio_t *fileio)
|
||||
{
|
||||
char access[4];
|
||||
|
||||
Reference in New Issue
Block a user