Use pragma once in FreeTypeGX instead of ifdef

This commit is contained in:
Maschell 2020-08-13 13:08:07 +02:00
parent e68bf558fd
commit 9494f515eb
1 changed files with 1 additions and 5 deletions

View File

@ -20,9 +20,7 @@
* along with FreeTypeGX. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef FREETYPEGX_H_
#define FREETYPEGX_H_
#pragma once
#include <string>
#include <ft2build.h>
@ -163,5 +161,3 @@ public:
static char *wideCharToUTF8(const wchar_t *strChar);
};
#endif /* FREETYPEGX_H_ */