aboutsummaryrefslogtreecommitdiff
path: root/gdb
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
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')
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/common/linux-osdata.c1
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 5a40c64..a3c5fc6 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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
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>