sim: clean up C11 header includes
[binutils-gdb.git] / sim / igen / filter.c
index 440149b6189c574d3637f3f1878b5eb4623aca2a..e37d680b09c8631ed53077b85f5237045dead75f 100644 (file)
@@ -1,6 +1,6 @@
 /* The IGEN simulator generator for GDB, the GNU Debugger.
 
-   Copyright 2002-2017 Free Software Foundation, Inc.
+   Copyright 2002-2021 Free Software Foundation, Inc.
 
    Contributed by Andrew Cagney.
 
 
 #include "config.h"
 
-#ifdef HAVE_STRING_H
 #include <string.h>
-#else
-#ifdef HAVE_STRINGS_H
-#include <strings.h>
-#endif
-#endif
 
 #include "misc.h"
 #include "lf.h"