background: Replace ifdefs with #pragma once

This commit is contained in:
Robert Ancell 2019-11-21 20:32:51 +13:00 committed by Georges Basile Stavracas Neto
parent d16cddeccf
commit b32eab65a6
9 changed files with 10 additions and 39 deletions

View file

@ -17,8 +17,7 @@
* along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _CC_BACKGROUND_XML_H_
#define _CC_BACKGROUND_XML_H_
#pragma once
#include <libgnome-desktop/gnome-desktop-thumbnail.h>
#include <gtk/gtk.h>
@ -46,6 +45,3 @@ gboolean cc_background_xml_load_list_finish (CcBackgroundXml *xml,
GError **error);
G_END_DECLS
#endif