shell: Replace ifdefs with #pragma once

This commit is contained in:
Robert Ancell 2019-11-21 20:29:59 +13:00 committed by Georges Basile Stavracas Neto
parent 2a8b287d33
commit d16cddeccf
3 changed files with 3 additions and 13 deletions

View file

@ -19,8 +19,7 @@
* Author: Thomas Wood <thos@gnome.org>
*/
#ifndef _CC_SHELL_H
#define _CC_SHELL_H
#pragma once
#include <gtk/gtk.h>
@ -76,5 +75,3 @@ void cc_shell_embed_widget_in_header (CcShell *shell,
GtkPositionType position);
G_END_DECLS
#endif /* _CC_SHELL_H */