region: Replace ifdefs with #pragma once

This commit is contained in:
Robert Ancell 2018-05-29 10:57:19 +12:00
parent 5be47a16a5
commit 8436a4fe29

View file

@ -18,9 +18,7 @@
*
*/
#ifndef _CC_REGION_PANEL_H
#define _CC_REGION_PANEL_H
#pragma once
#include <shell/cc-panel.h>
@ -30,5 +28,3 @@ G_BEGIN_DECLS
G_DECLARE_FINAL_TYPE (CcRegionPanel, cc_region_panel, CC, REGION_PANEL, CcPanel)
G_END_DECLS
#endif /* _CC_REGION_PANEL_H */