panel-loader: Use #pragma once

Saves use a few lines of code.
This commit is contained in:
Georges Basile Stavracas Neto 2018-11-07 19:59:13 -02:00
parent 81fa6f18b0
commit a6c983d499
No known key found for this signature in database
GPG key ID: 886C17EE170D1385

View file

@ -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