diff options
Diffstat (limited to 'gdb/common')
-rw-r--r-- | gdb/common/buffer.c | 1 | ||||
-rw-r--r-- | gdb/common/common-defs.h | 2 | ||||
-rw-r--r-- | gdb/common/common-utils.c | 1 |
3 files changed, 2 insertions, 2 deletions
diff --git a/gdb/common/buffer.c b/gdb/common/buffer.c index 4d9edb8..a50c890 100644 --- a/gdb/common/buffer.c +++ b/gdb/common/buffer.c @@ -29,7 +29,6 @@ #include <stdlib.h> #include <string.h> -#include <stdio.h> #include <stdint.h> void diff --git a/gdb/common/common-defs.h b/gdb/common/common-defs.h index 9e397d9..0fc7af5 100644 --- a/gdb/common/common-defs.h +++ b/gdb/common/common-defs.h @@ -27,4 +27,6 @@ #include "build-gnulib/config.h" #endif +#include <stdio.h> + #endif /* COMMON_DEFS_H */ diff --git a/gdb/common/common-utils.c b/gdb/common/common-utils.c index 29fe2c5..41ef289 100644 --- a/gdb/common/common-utils.c +++ b/gdb/common/common-utils.c @@ -27,7 +27,6 @@ #include <string.h> #include <stdlib.h> -#include <stdio.h> /* The xmalloc() (libiberty.h) family of memory management routines. |