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