region: Replace ifdefs with #pragma once

This commit is contained in:
Robert Ancell 2019-11-21 20:36:59 +13:00 committed by Georges Basile Stavracas Neto
parent 17c5c3932a
commit d2ddaa99ea

View file

@ -15,8 +15,7 @@
* along with this program; if not, see <http://www.gnu.org/licenses/>. * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef __CC_IBUS_UTILS_H__ #pragma once
#define __CC_IBUS_UTILS_H__
#include <ibus.h> #include <ibus.h>
@ -25,5 +24,3 @@ G_BEGIN_DECLS
gchar *engine_get_display_name (IBusEngineDesc *engine_desc); gchar *engine_get_display_name (IBusEngineDesc *engine_desc);
G_END_DECLS G_END_DECLS
#endif /* __CC_IBUS_UTILS_H__ */