X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fshared%2Futf8.h;fp=src%2Fshared%2Futf8.h;h=13d2f6a980e348ee362e9a4aecd06fd8c742b0c2;hb=c2f1db8f83618e60dcded8303d14656d7d26b436;hp=fec76b487a620cbb4f245b54a58c042a6136501d;hpb=4a842cadb8d6b30fa9fdc8ff183633c14e02cf96;p=elogind.git diff --git a/src/shared/utf8.h b/src/shared/utf8.h index fec76b487..13d2f6a98 100644 --- a/src/shared/utf8.h +++ b/src/shared/utf8.h @@ -1,7 +1,6 @@ /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ -#ifndef fooutf8hfoo -#define fooutf8hfoo +#pragma once /*** This file is part of systemd. @@ -31,5 +30,3 @@ char *utf8_is_printable_n(const char* str, size_t length) _pure_; char *utf8_filter(const char *s); char *ascii_filter(const char *s); - -#endif