Module Name:    src
Committed By:   mrg
Date:           Sun Mar 13 01:40:42 UTC 2016

Modified Files:
        src/external/gpl3/gcc/dist/libcpp: files.c

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


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/gpl3/gcc/dist/libcpp/files.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/gcc/dist/libcpp/files.c
diff -u src/external/gpl3/gcc/dist/libcpp/files.c:1.7 src/external/gpl3/gcc/dist/libcpp/files.c:1.8
--- src/external/gpl3/gcc/dist/libcpp/files.c:1.7	Sun Jan 24 09:43:35 2016
+++ src/external/gpl3/gcc/dist/libcpp/files.c	Sun Mar 13 01:40:42 2016
@@ -28,7 +28,6 @@ along with this program; see the file CO
 #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

Reply via email to