night-light: Use "#pragma once" in header

Let's use modern code practices around.
This commit is contained in:
Georges Basile Stavracas Neto 2018-05-28 22:45:47 -03:00
parent e1e82ccda4
commit f0bba59699

View file

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