aboutsummaryrefslogtreecommitdiff
path: root/gdb/make-init-c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/make-init-c')
-rwxr-xr-xgdb/make-init-c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/make-init-c b/gdb/make-init-c
index 7190e69..3458333 100755
--- a/gdb/make-init-c
+++ b/gdb/make-init-c
@@ -41,7 +41,6 @@ set -e
echo "/* Do not modify this file. */"
echo "/* It is created automatically by the Makefile. */"
-echo "#include \"defs.h\" /* For initialize_file_ftype. */"
echo "#include <algorithm>"
echo ""
sed -n -e 's/^\(_initialize_[a-zA-Z0-9_]*\) ()$/\1/p' "$@" | while read -r name; do