replace include guards with pragma once
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#ifndef FRONTEND_GUI_GUI_UTIL_HPP_
|
||||
#define FRONTEND_GUI_GUI_UTIL_HPP_
|
||||
#pragma once
|
||||
|
||||
#include "GUI.hpp"
|
||||
#include "typedefs.hpp"
|
||||
@@ -26,5 +25,3 @@ namespace guiutil {
|
||||
std::wstring yestext=L"",
|
||||
std::wstring notext=L"");
|
||||
}
|
||||
|
||||
#endif // FRONTEND_GUI_GUI_UTIL_HPP_
|
||||
|
||||
Reference in New Issue
Block a user