* coffread.c, dbxread.c, dstread.c, objfiles.c, os9kread.c,
authorFred Fish <fnf@specifix.com>
Sat, 9 Dec 1995 05:12:46 +0000 (05:12 +0000)
committerFred Fish <fnf@specifix.com>
Sat, 9 Dec 1995 05:12:46 +0000 (05:12 +0000)
symfile.c, symtab.c:  Use "obstack.h" rather than <obstack.h>.

gdb/ChangeLog
gdb/dbxread.c
gdb/dstread.c
gdb/objfiles.c
gdb/os9kread.c

index 3ea61e115ae379fad1311f41770a7f61a8143b61..0833cf28cbd37d41f90035d1e3f5bd023116a626 100644 (file)
@@ -1,3 +1,8 @@
+Fri Dec  8 21:02:24 1995  Fred Fish  <fnf@cygnus.com>
+
+       * coffread.c, dbxread.c, dstread.c, objfiles.c, os9kread.c,
+       symfile.c, symtab.c:  Use "obstack.h" rather than <obstack.h>.
+
 Wed Dec  6 16:16:18 1995  Stu Grossman  (grossman@cirdan.cygnus.com)
 
        * remote-mips.c (mips_receive_header):  Allow mips_syn_garbage to be
index f6714ea45794133f807e32b546f5ee4902c5ceab..9ec4c16df5686a5df73b9db39bc2e69fd3cb6e6b 100644 (file)
@@ -40,7 +40,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #include <fcntl.h>
 #endif
 
-#include <obstack.h>
+#include "obstack.h"
 #include <sys/param.h>
 #ifndef        NO_SYS_FILE
 #include <sys/file.h>
index d115fb69cc5a179deeec95b7fb5b6d88e4b5507f..16b02f5771d6c07f01f8be341385119ec78c86f0 100644 (file)
@@ -26,7 +26,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #include "symfile.h"
 #include "objfiles.h"
 #include "buildsym.h"
-#include <obstack.h>
+#include "obstack.h"
 
 #include "gdb_string.h"
 
index b0bd359919e8d4837f351eac833ae991a6630883..e48655016ff9816af0ca87c88af083b7072e7a61 100644 (file)
@@ -32,7 +32,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #include <sys/types.h>
 #include "gdb_stat.h"
 #include <fcntl.h>
-#include <obstack.h>
+#include "obstack.h"
 #include "gdb_string.h"
 
 /* Prototypes for local functions */
index b6178e390e57a6c60b9dd883a86b1809807fbefe..01446439a310c0d750a77312eb0c37ca7ff0714c 100644 (file)
@@ -41,7 +41,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #include <fcntl.h>
 #endif
 
-#include <obstack.h>
+#include "obstack.h"
 #include <sys/param.h>
 #ifndef        NO_SYS_FILE
 #include <sys/file.h>