Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/games/cgram cgram: sort includes



details:   https://anonhg.NetBSD.org/src/rev/0146c686b56e
branches:  trunk
changeset: 959675:0146c686b56e
user:      rillig <rillig%NetBSD.org@localhost>
date:      Sun Feb 21 15:42:21 2021 +0000

description:
cgram: sort includes

diffstat:

 games/cgram/cgram.c |  13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 6a33ddb31732 -r 0146c686b56e games/cgram/cgram.c
--- a/games/cgram/cgram.c       Sun Feb 21 15:41:04 2021 +0000
+++ b/games/cgram/cgram.c       Sun Feb 21 15:42:21 2021 +0000
@@ -29,14 +29,15 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#include <stdio.h>
-#include <string.h>
-#include <stdlib.h>
+#include <assert.h>
 #include <ctype.h>
-#include <time.h>
+#include <curses.h>
 #include <err.h>
-#include <assert.h>
-#include <curses.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+#include <time.h>
+
 #include "pathnames.h"
 
 ////////////////////////////////////////////////////////////



Home | Main Index | Thread Index | Old Index