diff src/pager.cc @ 1352:19c10b8657d5

[project @ 1995-09-05 08:11:57 by jwe]
author jwe
date Tue, 05 Sep 1995 08:33:58 +0000
parents 94bedeb289e5
children dc9c01f66a19
line wrap: on
line diff
--- a/src/pager.cc	Tue Sep 05 08:08:13 1995 +0000
+++ b/src/pager.cc	Tue Sep 05 08:33:58 1995 +0000
@@ -34,15 +34,15 @@
 
 #include "procstream.h"
 
+#include "defun.h"
+#include "error.h"
+#include "help.h"
+#include "input.h"
+#include "oct-obj.h"
+#include "pager.h"
 #include "sighandlers.h"
 #include "user-prefs.h"
-#include "oct-obj.h"
-#include "error.h"
-#include "defun.h"
-#include "input.h"
-#include "pager.h"
 #include "utils.h"
-#include "help.h"
 
 // Where we stash output headed for the screen.
 static ostrstream *pager_buf = 0;