diff options
Diffstat (limited to 'gdb/common')
-rw-r--r-- | gdb/common/buffer.c | 2 | ||||
-rw-r--r-- | gdb/common/print-utils.c | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/gdb/common/buffer.c b/gdb/common/buffer.c index 28b2625..ca1636d 100644 --- a/gdb/common/buffer.c +++ b/gdb/common/buffer.c @@ -21,8 +21,6 @@ #include "xml-utils.h" #include "buffer.h" #include "inttypes.h" -#include <stdint.h> - void buffer_grow (struct buffer *buffer, const char *data, size_t size) { diff --git a/gdb/common/print-utils.c b/gdb/common/print-utils.c index c8ff133..1c1a5c1 100644 --- a/gdb/common/print-utils.c +++ b/gdb/common/print-utils.c @@ -19,8 +19,6 @@ #include "common-defs.h" #include "print-utils.h" -#include <stdint.h> - /* Temporary storage using circular buffer. */ #define NUMCELLS 16 |