diff options
Diffstat (limited to 'client')
| -rw-r--r-- | client/ipa-client-common.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/client/ipa-client-common.h b/client/ipa-client-common.h index e831c596c..d0db0637e 100644 --- a/client/ipa-client-common.h +++ b/client/ipa-client-common.h @@ -17,8 +17,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef __IPA_CLIENT_COMMON_H -#define __IPA_CLIENT_COMMON_H +#pragma once #include <libintl.h> #define _(STRING) gettext(STRING) @@ -29,5 +28,3 @@ #endif int init_gettext(void); - -#endif /* __IPA_CLIENT_COMMON_H */ |
