X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fclientobject.h;h=c85e1ec916ebffcc2996855f85e9adb7e3f60493;hb=a1c5a011421840f4b2f9d8b6cc9b9724cf333168;hp=eeed2516d1ed5b1fa86e385457d65538a7b2a9a7;hpb=3caad3f3c9e319ca67d63231e8c64b2ace855fff;p=oweals%2Fminetest.git diff --git a/src/clientobject.h b/src/clientobject.h index eeed2516d..c85e1ec91 100644 --- a/src/clientobject.h +++ b/src/clientobject.h @@ -17,8 +17,7 @@ with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef CLIENTOBJECT_HEADER -#define CLIENTOBJECT_HEADER +#pragma once #include "irrlichttypes_extrabloated.h" #include "activeobject.h" @@ -106,5 +105,3 @@ struct DistanceSortedActiveObject return d < other.d; } }; - -#endif