summaryrefslogtreecommitdiff
path: root/src/nautilus-search-popover.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nautilus-search-popover.h')
-rw-r--r--src/nautilus-search-popover.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/nautilus-search-popover.h b/src/nautilus-search-popover.h
index 91845cd4c..2137592b5 100644
--- a/src/nautilus-search-popover.h
+++ b/src/nautilus-search-popover.h
@@ -16,8 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef NAUTILUS_SEARCH_POPOVER_H
-#define NAUTILUS_SEARCH_POPOVER_H
+#pragma once
#include <glib.h>
#include <gtk/gtk.h>
@@ -50,6 +49,4 @@ gboolean nautilus_search_popover_get_fts_enabled (NautilusSearch
void nautilus_search_popover_set_fts_sensitive (NautilusSearchPopover *popover,
gboolean sensitive);
-G_END_DECLS
-
-#endif /* NAUTILUS_SEARCH_POPOVER_H */
+G_END_DECLS \ No newline at end of file