From 05d3a176239c1dd67863c70a5b79d9bc14144ef6 Mon Sep 17 00:00:00 2001 From: Shawn Landden Date: Mon, 18 Nov 2013 07:58:43 -0800 Subject: use #pragma once instead of foo*foo define guards --- src/login/logind-button.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/login/logind-button.h') diff --git a/src/login/logind-button.h b/src/login/logind-button.h index 83bf1fc70c..824106cd24 100644 --- a/src/login/logind-button.h +++ b/src/login/logind-button.h @@ -1,7 +1,6 @@ /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ -#ifndef foologindbuttonhfoo -#define foologindbuttonhfoo +#pragma once /*** This file is part of systemd. @@ -45,5 +44,3 @@ void button_free(Button*b); int button_open(Button *b); int button_recheck(Button *b); int button_set_seat(Button *b, const char *sn); - -#endif -- cgit v1.2.3-54-g00ecf