summaryrefslogtreecommitdiff
path: root/gcc/dwarfout.c
diff options
context:
space:
mode:
authorwood <wood@138bc75d-0d04-0410-961f-82ee72b054a4>1992-10-29 10:50:35 +0000
committerwood <wood@138bc75d-0d04-0410-961f-82ee72b054a4>1992-10-29 10:50:35 +0000
commit6863c511f6b30ea09a286d5b24f1a1b3b84e992f (patch)
tree19662c4f820e0b7712f990c235d53eb629ddf222 /gcc/dwarfout.c
parent10261be437c4ffac3da11e21d7d0652c245d605f (diff)
downloadgcc-6863c511f6b30ea09a286d5b24f1a1b3b84e992f.tar.gz
Include "assert.h" instead of <assert.h>.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2647 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/dwarfout.c')
-rw-r--r--gcc/dwarfout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dwarfout.c b/gcc/dwarfout.c
index 722fff51339..e8b70fc4e66 100644
--- a/gcc/dwarfout.c
+++ b/gcc/dwarfout.c
@@ -39,7 +39,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#endif
/* #define NDEBUG 1 */
-#include <assert.h>
+#include "assert.h"
#if defined(DWARF_TIMESTAMPS)
#if defined(POSIX)