Convert to pragma once

This commit is contained in:
Jack Andersen 2018-10-06 17:40:45 -10:00
parent 380bb98e33
commit c7c046763a
1 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,4 @@
#ifndef URDE_LOCALE_HPP
#define URDE_LOCALE_HPP
#pragma once
#include <specter/Translator.hpp>
@ -12,4 +11,3 @@ const specter::Locale* SystemLocaleOrEnglish();
}
#endif // URDE_LOCALE_HPP