[CSM] Don't Load the package library (#6944)
[oweals/minetest.git] / src / activeobject.h
index 4796e168c42fa680b7c76424f35903f2de2d240b..b6a0e67af37e51603c0a53ef584f6ff04f163346 100644 (file)
@@ -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 ACTIVEOBJECT_HEADER
-#define ACTIVEOBJECT_HEADER
+#pragma once
 
 #include "irr_aabb3d.h"
 #include <string>
@@ -102,6 +101,3 @@ public:
 protected:
        u16 m_id; // 0 is invalid, "no id"
 };
-
-#endif
-