summaryrefslogtreecommitdiff
path: root/src/nautilus-tree-view-drag-dest.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nautilus-tree-view-drag-dest.h')
-rw-r--r--src/nautilus-tree-view-drag-dest.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/nautilus-tree-view-drag-dest.h b/src/nautilus-tree-view-drag-dest.h
index 92d2f70cc..b2134c681 100644
--- a/src/nautilus-tree-view-drag-dest.h
+++ b/src/nautilus-tree-view-drag-dest.h
@@ -24,8 +24,7 @@
* contain a hierarchy of files
*/
-#ifndef NAUTILUS_TREE_VIEW_DRAG_DEST_H
-#define NAUTILUS_TREE_VIEW_DRAG_DEST_H
+#pragma once
#include <gtk/gtk.h>
@@ -94,6 +93,4 @@ struct _NautilusTreeViewDragDestClass {
GType nautilus_tree_view_drag_dest_get_type (void);
NautilusTreeViewDragDest *nautilus_tree_view_drag_dest_new (GtkTreeView *tree_view);
-G_END_DECLS
-
-#endif
+G_END_DECLS \ No newline at end of file