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_MANAGER_DBUS_H
#define _CC_DISPLAY_CONFIG_MANAGER_DBUS_H
#pragma once
#include <glib-object.h>
@ -33,5 +32,3 @@ G_DECLARE_FINAL_TYPE (CcDisplayConfigManagerDBus, cc_display_config_manager_dbus
CcDisplayConfigManager * cc_display_config_manager_dbus_new (void);
G_END_DECLS
#endif /* _CC_DISPLAY_CONFIG_MANAGER_DBUS_H */