X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmaterial.h;h=cbf6e5550e2b6b1ca55fcd0784ef7074920576cf;hp=96fd3f8fe994124b30d28d08486c1b391f456164;hb=49e110c52b19f5c99954d4797b8e991b0b60007c;hpb=ee5514b8fdc6583d134985edd2f875e197830030 diff --git a/src/material.h b/src/material.h index 96fd3f8f..cbf6e555 100644 --- a/src/material.h +++ b/src/material.h @@ -17,7 +17,7 @@ along with this program. If not, see . */ -#if !defined(MATERIAL_H_INCLUDED) +#ifndef MATERIAL_H_INCLUDED #define MATERIAL_H_INCLUDED #include "endgame.h" @@ -74,4 +74,4 @@ inline ScaleFactor Entry::scale_factor(const Position& pos, Color c) const { } -#endif // !defined(MATERIAL_H_INCLUDED) +#endif // #ifndef MATERIAL_H_INCLUDED