diff options
author | Arthur Cohen <arthur.cohen@embecosm.com> | 2022-10-05 09:49:50 +0200 |
---|---|---|
committer | Arthur Cohen <arthur.cohen@embecosm.com> | 2022-10-27 12:15:11 +0200 |
commit | 0b7cd54d63c2f8728711f5cb27f6ee66f4862eca (patch) | |
tree | 05298ad5a3a317406ad75136640226b749b36675 /gcc/rust/util/rust-optional-test.cc | |
parent | 639341e5b746e7ac56dc3b11f757d65f708c3b8c (diff) | |
download | gcc-0b7cd54d63c2f8728711f5cb27f6ee66f4862eca.zip gcc-0b7cd54d63c2f8728711f5cb27f6ee66f4862eca.tar.gz gcc-0b7cd54d63c2f8728711f5cb27f6ee66f4862eca.tar.bz2 |
optional: Remove system includes
Diffstat (limited to 'gcc/rust/util/rust-optional-test.cc')
-rw-r--r-- | gcc/rust/util/rust-optional-test.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/rust/util/rust-optional-test.cc b/gcc/rust/util/rust-optional-test.cc index 9d5b4ba..43fa175 100644 --- a/gcc/rust/util/rust-optional-test.cc +++ b/gcc/rust/util/rust-optional-test.cc @@ -16,9 +16,8 @@ // along with GCC; see the file COPYING3. If not see // <http://www.gnu.org/licenses/>. +#include "rust-system.h" #include "rust-optional.h" - -#include "config.h" #include "selftest.h" #if CHECKING_P |