panel-loader: Use #pragma once
Saves use a few lines of code.
This commit is contained in:
parent
81fa6f18b0
commit
a6c983d499
1 changed files with 1 additions and 3 deletions
|
@ -18,8 +18,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#ifndef _CC_PANEL_LOADER_H
|
||||
#define _CC_PANEL_LOADER_H
|
||||
#pragma once
|
||||
|
||||
#include <glib.h>
|
||||
#include <glib-object.h>
|
||||
|
@ -36,4 +35,3 @@ CcPanel *cc_panel_loader_load_by_name (CcShell *shell,
|
|||
|
||||
G_END_DECLS
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue