aboutsummaryrefslogtreecommitdiff
path: root/gdb/common
diff options
context:
space:
mode:
authorPierre Muller <muller@sourceware.org>2012-11-07 12:35:05 +0000
committerPierre Muller <muller@sourceware.org>2012-11-07 12:35:05 +0000
commit719502e9c14483e679ba423f542897d368d85cf5 (patch)
tree5a7f4af6466d53c77f9e10a8506eb0926ba18c03 /gdb/common
parentee7da987c93489fb4c8f56ce32a1d0d56a48b2ea (diff)
downloadgdb-719502e9c14483e679ba423f542897d368d85cf5.zip
gdb-719502e9c14483e679ba423f542897d368d85cf5.tar.gz
gdb-719502e9c14483e679ba423f542897d368d85cf5.tar.bz2
* common/linux-osdata.c (dirent.h): ARI fix: Remove.
File already uses "gdb_dirent.h" header.
Diffstat (limited to 'gdb/common')
-rw-r--r--gdb/common/linux-osdata.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/common/linux-osdata.c b/gdb/common/linux-osdata.c
index 6488963..0b1c5ac 100644
--- a/gdb/common/linux-osdata.c
+++ b/gdb/common/linux-osdata.c
@@ -27,7 +27,6 @@
#include <sys/types.h>
#include <sys/stat.h>
-#include <dirent.h>
#include <ctype.h>
#include <stdlib.h>
#include <string.h>