night-light: Use "#pragma once" in header
Let's use modern code practices around.
This commit is contained in:
parent
e1e82ccda4
commit
f0bba59699
1 changed files with 1 additions and 4 deletions
|
@ -18,8 +18,7 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*/
|
||||
|
||||
#ifndef __CC_NIGHT_LIGHT_DIALOG_H__
|
||||
#define __CC_NIGHT_LIGHT_DIALOG_H__
|
||||
#pragma once
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
|
@ -33,5 +32,3 @@ void cc_night_light_dialog_present (CcNightLightDialog *self,
|
|||
GtkWindow *parent);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue