summaryrefslogtreecommitdiff
path: root/src/nautilus-bookmark-list.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nautilus-bookmark-list.h')
-rw-r--r--src/nautilus-bookmark-list.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/nautilus-bookmark-list.h b/src/nautilus-bookmark-list.h
index c3f1f5d97..4849ea84b 100644
--- a/src/nautilus-bookmark-list.h
+++ b/src/nautilus-bookmark-list.h
@@ -23,8 +23,7 @@
/* nautilus-bookmark-list.h - interface for centralized list of bookmarks.
*/
-#ifndef NAUTILUS_BOOKMARK_LIST_H
-#define NAUTILUS_BOOKMARK_LIST_H
+#pragma once
#include "nautilus-bookmark.h"
#include <gio/gio.h>
@@ -45,6 +44,4 @@ gboolean nautilus_bookmark_list_can_bookmark_location (NautilusBo
GFile *location);
GList * nautilus_bookmark_list_get_all (NautilusBookmarkList *bookmarks);
-G_END_DECLS
-
-#endif /* NAUTILUS_BOOKMARK_LIST_H */
+G_END_DECLS \ No newline at end of file