display: Replace ifdefs with #pragma once

This commit is contained in:
Robert Ancell 2018-05-29 14:53:49 +12:00 committed by Georges Basile Stavracas Neto
parent 40520d7b7f
commit 72a3516389
6 changed files with 6 additions and 25 deletions

View file

@ -17,8 +17,7 @@
*
*/
#ifndef _CC_DISPLAY_CONFIG_DBUS_H
#define _CC_DISPLAY_CONFIG_DBUS_H
#pragma once
#include <glib-object.h>
@ -39,5 +38,3 @@ G_DECLARE_FINAL_TYPE (CcDisplayConfigDBus, cc_display_config_dbus,
CC, DISPLAY_CONFIG_DBUS, CcDisplayConfig)
G_END_DECLS
#endif /* _CC_DISPLAY_CONFIG_DBUS_H */