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

@ -18,8 +18,7 @@
*
*/
#ifndef _BG_SOURCE_H
#define _BG_SOURCE_H
#pragma once
#include <gtk/gtk.h>
#include <libgnome-desktop/gnome-desktop-thumbnail.h>
@ -45,5 +44,3 @@ gint bg_source_get_thumbnail_width (BgSource *source);
GnomeDesktopThumbnailFactory* bg_source_get_thumbnail_factory (BgSource *source);
G_END_DECLS
#endif /* _BG_SOURCE_H */