aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Cohen <arthur.cohen@embecosm.com>2022-10-05 09:49:50 +0200
committerArthur Cohen <arthur.cohen@embecosm.com>2022-10-27 12:15:11 +0200
commit0b7cd54d63c2f8728711f5cb27f6ee66f4862eca (patch)
tree05298ad5a3a317406ad75136640226b749b36675
parent639341e5b746e7ac56dc3b11f757d65f708c3b8c (diff)
downloadgcc-0b7cd54d63c2f8728711f5cb27f6ee66f4862eca.zip
gcc-0b7cd54d63c2f8728711f5cb27f6ee66f4862eca.tar.gz
gcc-0b7cd54d63c2f8728711f5cb27f6ee66f4862eca.tar.bz2
optional: Remove system includes
-rw-r--r--gcc/rust/util/rust-optional-test.cc3
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