diff --git a/panels/region/cc-region-panel.h b/panels/region/cc-region-panel.h index b1f73a7da..c0c8dacde 100644 --- a/panels/region/cc-region-panel.h +++ b/panels/region/cc-region-panel.h @@ -18,9 +18,7 @@ * */ - -#ifndef _CC_REGION_PANEL_H -#define _CC_REGION_PANEL_H +#pragma once #include @@ -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 */