summaryrefslogtreecommitdiff
path: root/sed/sed.h
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2012-03-16 08:53:39 +0100
committerPaolo Bonzini <bonzini@gnu.org>2012-03-16 09:43:00 +0100
commit944747af30e067b3431cca1ef306e375ba1f4c34 (patch)
tree740b1858c1c870aec0547b539c44537e0819bc8a /sed/sed.h
parent1e0501c438fae60f040e8a01a3dcec3e75e46bd5 (diff)
downloadsed-944747af30e067b3431cca1ef306e375ba1f4c34.tar.gz
remove bootstrap script
2012-03-16 Paolo Bonzini <bonzini@gnu.org> * bootstrap.sh.in: Remove. * bootstrap.sh: Remove. * configure.ac: Do not create bootstrap.sh. * basicdefs.h [BOOTSTRAP]: Remove guards. * sed/execute.c [BOOTSTRAP]: Remove guards. * sed/sed.c [BOOTSTRAP]: Remove guards. * sed/sed.h [BOOTSTRAP]: Remove guards.
Diffstat (limited to 'sed/sed.h')
-rw-r--r--sed/sed.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sed/sed.h b/sed/sed.h
index 13dcf5e..29a9495 100644
--- a/sed/sed.h
+++ b/sed/sed.h
@@ -22,11 +22,8 @@
#include "basicdefs.h"
#include "regex.h"
-
-#ifndef BOOTSTRAP
#include <stdio.h>
#include "unlocked-io.h"
-#endif
#include "utils.h"