Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc/dist/libcpp remove the ugly #include "../g...



details:   https://anonhg.NetBSD.org/src/rev/2d762e16e1f7
branches:  trunk
changeset: 814247:2d762e16e1f7
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Mar 13 01:40:42 2016 +0000

description:
remove the ugly #include "../gcc/defaults.h" that (a) breaks the
libcpp build and (b) isn't needed.

diffstat:

 external/gpl3/gcc/dist/libcpp/files.c |  1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diffs (11 lines):

diff -r 404ef8c260e8 -r 2d762e16e1f7 external/gpl3/gcc/dist/libcpp/files.c
--- a/external/gpl3/gcc/dist/libcpp/files.c     Sun Mar 13 01:22:42 2016 +0000
+++ b/external/gpl3/gcc/dist/libcpp/files.c     Sun Mar 13 01:40:42 2016 +0000
@@ -28,7 +28,6 @@
 #include "obstack.h"
 #include "hashtab.h"
 #include "md5.h"
-#include "../gcc/defaults.h"
 #include <dirent.h>
 
 /* Variable length record files on VMS will have a stat size that includes



Home | Main Index | Thread Index | Old Index