remove bug.h include in any .h file

This commit is contained in:
2024-06-20 09:13:28 +02:00
parent 879bda850c
commit 0c15be28b1
3 changed files with 4 additions and 5 deletions

View File

@@ -19,7 +19,7 @@
#include <brlib.h>
#include <bitops.h>
#include <struct-group.h>
#include <bug.h>
// #include <bug.h>
#include "chessdefs.h"
#include "hash.h"