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/a01c5f65720d
branches: trunk
changeset: 1018934:a01c5f65720d
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 7ea04015ee84 -r a01c5f65720d 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