sim: rl78/rx: drop unnecessary getopt.h probing
[binutils-gdb.git] / sim / rl78 / main.c
index 231947b2becaccec04cb48fb999a1ef8d0761156..8d8a79d5da89b2d7e500b329ff4a56ea22c36545 100644 (file)
@@ -1,6 +1,6 @@
 /* main.c --- main function for stand-alone RL78 simulator.
 
-   Copyright (C) 2011-2019 Free Software Foundation, Inc.
+   Copyright (C) 2011-2021 Free Software Foundation, Inc.
    Contributed by Red Hat, Inc.
 
    This file is part of the GNU simulators.
@@ -30,9 +30,7 @@
 #include <assert.h>
 #include <setjmp.h>
 #include <signal.h>
-#ifdef HAVE_GETOPT_H
 #include <getopt.h>
-#endif
 
 #include "libiberty.h"
 #include "bfd.h"