summaryrefslogtreecommitdiff
path: root/src/roff/troff/troff.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/roff/troff/troff.h')
-rw-r--r--src/roff/troff/troff.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/roff/troff/troff.h b/src/roff/troff/troff.h
index 254c6264..17d45da2 100644
--- a/src/roff/troff/troff.h
+++ b/src/roff/troff/troff.h
@@ -20,15 +20,14 @@ 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 <ctype.h>
-#include <string.h>
#include <time.h>
#include <stddef.h>
#include <stdlib.h>
#include <errno.h>
-#include "lib.h"
#include "assert.h"
#include "device.h"
#include "searchpath.h"