aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust/util
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/rust/util')
-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