X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmaterial.h;h=cbf6e5550e2b6b1ca55fcd0784ef7074920576cf;hb=002062ae934c1fae3e56157e8e7e6451b552ada5;hp=96fd3f8fe994124b30d28d08486c1b391f456164;hpb=4064ee540649cb46ad4cc4a6080bd4ef41314cb9;p=stockfish 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