update include syntax

This commit is contained in:
2024-06-25 13:07:33 +02:00
parent f4280dfa13
commit da489bad65
5 changed files with 7 additions and 7 deletions

View File

@@ -15,9 +15,9 @@
#include <ctype.h>
#include <stdlib.h>
#include "brlib.h"
#include "likely.h"
#include "bug.h"
#include <brlib.h>
#include <likely.h>
#include <bug.h>
#include "chessdefs.h"
#include "move.h"