summaryrefslogtreecommitdiff
path: root/src/nautilus-progress-info-widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nautilus-progress-info-widget.h')
-rw-r--r--src/nautilus-progress-info-widget.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/nautilus-progress-info-widget.h b/src/nautilus-progress-info-widget.h
index 74c5a4d9c..62fe7ca37 100644
--- a/src/nautilus-progress-info-widget.h
+++ b/src/nautilus-progress-info-widget.h
@@ -21,8 +21,7 @@
*
*/
-#ifndef __NAUTILUS_PROGRESS_INFO_WIDGET_H__
-#define __NAUTILUS_PROGRESS_INFO_WIDGET_H__
+#pragma once
#include <gtk/gtk.h>
@@ -55,6 +54,4 @@ typedef struct {
GType nautilus_progress_info_widget_get_type (void);
-GtkWidget * nautilus_progress_info_widget_new (NautilusProgressInfo *info);
-
-#endif /* __NAUTILUS_PROGRESS_INFO_WIDGET_H__ */
+GtkWidget * nautilus_progress_info_widget_new (NautilusProgressInfo *info); \ No newline at end of file