summaryrefslogtreecommitdiff
path: root/src/nautilus-x-content-bar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nautilus-x-content-bar.h')
-rw-r--r--src/nautilus-x-content-bar.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/nautilus-x-content-bar.h b/src/nautilus-x-content-bar.h
index dd3795048..78872c884 100644
--- a/src/nautilus-x-content-bar.h
+++ b/src/nautilus-x-content-bar.h
@@ -20,8 +20,7 @@
*
*/
-#ifndef __NAUTILUS_X_CONTENT_BAR_H
-#define __NAUTILUS_X_CONTENT_BAR_H
+#pragma once
#include <gtk/gtk.h>
#include <gio/gio.h>
@@ -35,6 +34,4 @@ G_DECLARE_FINAL_TYPE (NautilusXContentBar, nautilus_x_content_bar, NAUTILUS, X_C
GtkWidget *nautilus_x_content_bar_new (GMount *mount,
const char * const *x_content_types);
-G_END_DECLS
-
-#endif /* __NAUTILUS_X_CONTENT_BAR_H */
+G_END_DECLS \ No newline at end of file