From 96c0ba3936c91323465ddc1086d94655a49726b0 Mon Sep 17 00:00:00 2001 From: mestre Date: Mon, 4 Jan 2016 17:33:25 +0000 Subject: More cleanup and sorting on header section OK tb@ and he also pointed out that for consistency with rest of the tree we should include termios.h instead of sys/ttydefaults.h, where applicable --- games/gomoku/pickmove.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'games/gomoku/pickmove.c') diff --git a/games/gomoku/pickmove.c b/games/gomoku/pickmove.c index 098cce378e6..ab8ac3364b5 100644 --- a/games/gomoku/pickmove.c +++ b/games/gomoku/pickmove.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pickmove.c,v 1.14 2015/08/22 14:47:41 deraadt Exp $ */ +/* $OpenBSD: pickmove.c,v 1.15 2016/01/04 17:33:24 mestre Exp $ */ /* * Copyright (c) 1994 * The Regents of the University of California. All rights reserved. @@ -31,11 +31,12 @@ * SUCH DAMAGE. */ -#include "gomoku.h" -#include -#include #include #include +#include +#include + +#include "gomoku.h" #define BITS_PER_INT (sizeof(int) * CHAR_BIT) #define MAPSZ (BAREA / BITS_PER_INT) -- cgit v1.2.3