]> git.lizzy.rs Git - minetest.git/blobdiff - src/guiEngine.h
Optimize headers (part 2) (#6272)
[minetest.git] / src / guiEngine.h
index 9f59051e8bc4f1cbd700ea16d58c9c52653bc6b3..817d7601440bd324d8bc93d4501dba1d64d0448f 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 GUI_ENGINE_H_
-#define GUI_ENGINE_H_
+#pragma once
 
 /******************************************************************************/
 /* Includes                                                                   */
@@ -303,5 +302,3 @@ class GUIEngine {
 
 
 };
-
-#endif /* GUI_ENGINE_H_ */