summaryrefslogtreecommitdiff
path: root/src/preproc/html/pushbackbuffer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/preproc/html/pushbackbuffer.cc')
-rwxr-xr-xsrc/preproc/html/pushbackbuffer.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/preproc/html/pushbackbuffer.cc b/src/preproc/html/pushbackbuffer.cc
index 71f6fcd2..fdbde6d2 100755
--- a/src/preproc/html/pushbackbuffer.cc
+++ b/src/preproc/html/pushbackbuffer.cc
@@ -18,14 +18,13 @@ You should have received a copy of the GNU General Public License along
with groff; see the file COPYING. If not, write to the Free Software
Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-#include <stdio.h>
+#include "lib.h"
+
#include <signal.h>
#include <ctype.h>
-#include <string.h>
#include <assert.h>
#include <stdlib.h>
#include <errno.h>
-#include "lib.h"
#include "errarg.h"
#include "error.h"
#include "stringclass.h"