summaryrefslogtreecommitdiff
path: root/src/nautilus-window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nautilus-window.h')
-rw-r--r--src/nautilus-window.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/nautilus-window.h b/src/nautilus-window.h
index 39b16e7d9..2a218278a 100644
--- a/src/nautilus-window.h
+++ b/src/nautilus-window.h
@@ -24,8 +24,7 @@
*/
/* nautilus-window.h: Interface of the main window object */
-#ifndef NAUTILUS_WINDOW_H
-#define NAUTILUS_WINDOW_H
+#pragma once
#include <gtk/gtk.h>
#include <eel/eel-glib-extensions.h>
@@ -141,6 +140,4 @@ void nautilus_window_initialize_slot (NautilusWindow *window,
NautilusWindowSlot *slot,
NautilusWindowOpenFlags flags);
-G_END_DECLS
-
-#endif
+G_END_DECLS \ No newline at end of file