summaryrefslogtreecommitdiff
path: root/src/roff/groff/groff.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/roff/groff/groff.cc')
-rw-r--r--src/roff/groff/groff.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/roff/groff/groff.cc b/src/roff/groff/groff.cc
index b35a4ffa..ec8d34af 100644
--- a/src/roff/groff/groff.cc
+++ b/src/roff/groff/groff.cc
@@ -20,13 +20,12 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
// A front end for groff.
-#include <stdio.h>
-#include <string.h>
+#include "lib.h"
+
#include <stdlib.h>
#include <signal.h>
#include <errno.h>
-#include "lib.h"
#include "assert.h"
#include "errarg.h"
#include "error.h"