summaryrefslogtreecommitdiff
path: root/src/nautilus-search-hit.h
diff options
context:
space:
mode:
authorAlexandru Fazakas <alex.fazakas97@yahoo.com>2018-03-15 21:17:27 +0200
committerAlexandru Fazakas <alex.fazakas97@yahoo.com>2018-03-19 14:43:38 +0200
commit95ecfc8ea0629801ae1f8119f3be0b3526e6b147 (patch)
tree27dc3f769f9a4e43fb340cff2eaf4a8c0cf9ff54 /src/nautilus-search-hit.h
parentb1be1fc680d95264f7be6e0a1e3a45f597da6b80 (diff)
downloadnautilus-95ecfc8ea0629801ae1f8119f3be0b3526e6b147.tar.gz
general: Remove include guards in favor of pragma once
The traditional include guards are not as easy to handle and require extra thought into the names. Pragma once is an easier, more contributor friendly approach. Closes https://gitlab.gnome.org/GNOME/nautilus/issues/294 general: Remove include guards in favor of pragma once The traditional include guards are not as easy to handle and require extra thought into the names. Pragma once is an easier, more contributor friendly approach. Closes https://gitlab.gnome.org/GNOME/nautilus/issues/294
Diffstat (limited to 'src/nautilus-search-hit.h')
-rw-r--r--src/nautilus-search-hit.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/nautilus-search-hit.h b/src/nautilus-search-hit.h
index 1aecf7798..33c7990f5 100644
--- a/src/nautilus-search-hit.h
+++ b/src/nautilus-search-hit.h
@@ -17,8 +17,7 @@
*
*/
-#ifndef NAUTILUS_SEARCH_HIT_H
-#define NAUTILUS_SEARCH_HIT_H
+#pragma once
#include <glib-object.h>
#include "nautilus-query.h"
@@ -47,5 +46,3 @@ gdouble nautilus_search_hit_get_relevance (NautilusSearchHit
const gchar * nautilus_search_hit_get_fts_snippet (NautilusSearchHit *hit);
G_END_DECLS
-
-#endif /* NAUTILUS_SEARCH_HIT_H */