build system revision
[carveJwlIkooP6JGAAIwe30JlM.git] / menu.h
diff --git a/menu.h b/menu.h
index 73e048f9b17ca1c0f251726a002e42651f5154ef..e8d94748133be9e2343890c06140d6bbdca569ec 100644 (file)
--- a/menu.h
+++ b/menu.h
@@ -1,7 +1,4 @@
-#ifndef MENU_H
-#define MENU_H
-
-#include "common.h"
+#pragma once
 #include "model.h"
 #include "world_render.h"
 #include "player.h"
@@ -828,5 +825,3 @@ static void menu_binding_string( char buf[128], u32 pstr ){
    else
       vg_strcat( &str, "error" );
 }
-
-#endif /* MENU_H */