]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/version.h
Merge branch 'master' of https://github.com/minetest/minetest
[dragonfireclient.git] / src / version.h
index 0b803b82c6496d410304f34c48280b689b0d6ab9..30bb81fdfd771f20e0e90e6273510c7b4d30563b 100644 (file)
@@ -17,12 +17,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
-#ifndef VERSION_HEADER
-#define VERSION_HEADER
+#pragma once
 
 extern const char *g_version_string;
 extern const char *g_version_hash;
 extern const char *g_build_info;
-
-#endif
-