summaryrefslogtreecommitdiff
path: root/gdb/common/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/common/buffer.h')
-rw-r--r--gdb/common/buffer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/common/buffer.h b/gdb/common/buffer.h
index 98da0d21fc0..1c748dd18a2 100644
--- a/gdb/common/buffer.h
+++ b/gdb/common/buffer.h
@@ -20,8 +20,6 @@
#ifndef BUFFER_H
#define BUFFER_H
-#include <string.h>
-
struct buffer
{
char *buffer;