diff options
author | chrbr <chrbr@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-07-25 11:15:12 +0000 |
---|---|---|
committer | chrbr <chrbr@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-07-25 11:15:12 +0000 |
commit | 6ee97920019b242257a7f76a05cb6e5e593503ef (patch) | |
tree | 54d47f4d6a97ee358a5fa6e9830ac1d6dfca143c /gcc/c-family/c-pretty-print.h | |
parent | 69d925d0cdde3719db32de77651ba0b4c9149a7f (diff) | |
download | gcc-6ee97920019b242257a7f76a05cb6e5e593503ef.tar.gz |
behalf of romain.geissler@gmail.com. Fix plugin file installation
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@176741 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-family/c-pretty-print.h')
-rw-r--r-- | gcc/c-family/c-pretty-print.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-family/c-pretty-print.h b/gcc/c-family/c-pretty-print.h index b41e8ed8d2e..8d399ddf96e 100644 --- a/gcc/c-family/c-pretty-print.h +++ b/gcc/c-family/c-pretty-print.h @@ -23,7 +23,7 @@ along with GCC; see the file COPYING3. If not see #define GCC_C_PRETTY_PRINTER #include "tree.h" -#include "c-common.h" +#include "c-family/c-common.h" #include "pretty-print.h" |