* common/linux-osdata.c (dirent.h): ARI fix: Remove.
authorPierre Muller <muller@sourceware.org>
Wed, 7 Nov 2012 12:35:05 +0000 (12:35 +0000)
committerPierre Muller <muller@sourceware.org>
Wed, 7 Nov 2012 12:35:05 +0000 (12:35 +0000)
File already uses "gdb_dirent.h" header.

gdb/ChangeLog
gdb/common/linux-osdata.c

index 5a40c64..a3c5fc6 100644 (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
index 6488963..0b1c5ac 100644 (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>