summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cgram/cgram.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/cgram/cgram.c b/cgram/cgram.c
index 2dfc8bbe..da82c73d 100644
--- a/cgram/cgram.c
+++ b/cgram/cgram.c
@@ -29,14 +29,15 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
+#include <assert.h>
+#include <ctype.h>
+#include <curses.h>
+#include <err.h>
#include <stdio.h>
-#include <string.h>
#include <stdlib.h>
-#include <ctype.h>
+#include <string.h>
#include <time.h>
-#include <err.h>
-#include <assert.h>
-#include <curses.h>
+
#include "pathnames.h"
////////////////////////////////////////////////////////////