region: Replace ifdefs with #pragma once
This commit is contained in:
parent
17c5c3932a
commit
d2ddaa99ea
1 changed files with 1 additions and 4 deletions
|
@ -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__ */
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue