diff options
Diffstat (limited to 'gcc/rust/parse/rust-parse-impl.h')
-rw-r--r-- | gcc/rust/parse/rust-parse-impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rust/parse/rust-parse-impl.h b/gcc/rust/parse/rust-parse-impl.h index 23ab32c..f74c6612 100644 --- a/gcc/rust/parse/rust-parse-impl.h +++ b/gcc/rust/parse/rust-parse-impl.h @@ -22,7 +22,7 @@ along with GCC; see the file COPYING3. If not see #define INCLUDE_ALGORITHM #include "rust-diagnostics.h" -#include "util/rust-make-unique.h" +#include "rust-make-unique.h" namespace Rust { // Left binding powers of operations. |