diff options
author | YamaArashi <shadow962@live.com> | 2016-04-29 16:34:12 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-04-29 16:34:12 -0700 |
commit | 528acf7f789cb83604e6083c237f23162997cada (patch) | |
tree | 9faf284bb8fc85630dc9eca0acdb2a95810db520 /gcc | |
parent | 069fe8d50f34127ff800baca3f7ad29c235c609d (diff) |
angle brackets to quotes in graph.c
Diffstat (limited to 'gcc')
-rwxr-xr-x | gcc/graph.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/graph.c b/gcc/graph.c index 47d2f4b..801689c 100755 --- a/gcc/graph.c +++ b/gcc/graph.c @@ -19,7 +19,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include <config.h> +#include "config.h" #include "system.h" #include "rtl.h" |