update include syntax
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
|
||||||
#include "brlib.h"
|
#include <brlib.h>
|
||||||
|
|
||||||
#include "chessdefs.h"
|
#include "chessdefs.h"
|
||||||
#include "piece.h"
|
#include "piece.h"
|
||||||
|
@@ -14,7 +14,7 @@
|
|||||||
#ifndef _BOARD_H
|
#ifndef _BOARD_H
|
||||||
#define _BOARD_H
|
#define _BOARD_H
|
||||||
|
|
||||||
#include "brlib.h"
|
#include <brlib.h>
|
||||||
|
|
||||||
#include "chessdefs.h"
|
#include "chessdefs.h"
|
||||||
#include "piece.h"
|
#include "piece.h"
|
||||||
|
@@ -14,7 +14,7 @@
|
|||||||
#ifndef _CHESSDEFS_H
|
#ifndef _CHESSDEFS_H
|
||||||
#define _CHESSDEFS_H
|
#define _CHESSDEFS_H
|
||||||
|
|
||||||
#include "brlib.h" /* brlib types */
|
#include <brlib.h> /* brlib types */
|
||||||
|
|
||||||
#define ONE 1ul
|
#define ONE 1ul
|
||||||
#define U64(const_u64) const_u64##UL
|
#define U64(const_u64) const_u64##UL
|
||||||
|
@@ -14,7 +14,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
|
||||||
#include "brlib.h"
|
#include <brlib.h>
|
||||||
|
|
||||||
#include "chessdefs.h"
|
#include "chessdefs.h"
|
||||||
#include "board.h"
|
#include "board.h"
|
||||||
|
@@ -15,9 +15,9 @@
|
|||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include "brlib.h"
|
#include <brlib.h>
|
||||||
#include "likely.h"
|
#include <likely.h>
|
||||||
#include "bug.h"
|
#include <bug.h>
|
||||||
|
|
||||||
#include "chessdefs.h"
|
#include "chessdefs.h"
|
||||||
#include "move.h"
|
#include "move.h"
|
||||||
|
Reference in New Issue
Block a user