* common/linux-osdata.c (dirent.h): ARI fix: Remove.

File already uses "gdb_dirent.h" header.
This commit is contained in:
Pierre Muller 2012-11-07 12:35:05 +00:00
parent ee7da987c9
commit 719502e9c1
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2012-11-07 Pierre Muller <muller@sourceware.org>
* common/linux-osdata.c (dirent.h): ARI fix: Remove.
File already uses "gdb_dirent.h" header.
2012-11-07 Yao Qi <yao@codesourcery.com>
* breakpoint.c (get_tracepoint_by_number): Remove 'extern int

View File

@ -27,7 +27,6 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <dirent.h>
#include <ctype.h>
#include <stdlib.h>
#include <string.h>