PR29262, memory leak in pr_function_type
[binutils-gdb.git] / opcodes / wasm32-dis.c
index f207cb9a9c3dd1c5beec72bce68858400235cd31..31da7471a11be35a7d19fcb72e880a05141da17b 100644 (file)
@@ -1,5 +1,5 @@
 /* Opcode printing code for the WebAssembly target
-   Copyright (C) 2017-2021 Free Software Foundation, Inc.
+   Copyright (C) 2017-2022 Free Software Foundation, Inc.
 
    This file is part of libopcodes.
 
@@ -29,9 +29,7 @@
 #include "elf/wasm32.h"
 #include <stdint.h>
 
-#ifdef HAVE_LIMITS_H
 #include <limits.h>
-#endif
 #ifndef CHAR_BIT
 #define CHAR_BIT 8
 #endif