summaryrefslogtreecommitdiff
path: root/libnautilus-extension/nautilus-property-page.h
diff options
context:
space:
mode:
Diffstat (limited to 'libnautilus-extension/nautilus-property-page.h')
-rw-r--r--libnautilus-extension/nautilus-property-page.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/libnautilus-extension/nautilus-property-page.h b/libnautilus-extension/nautilus-property-page.h
index 0393c9b81..70e31925a 100644
--- a/libnautilus-extension/nautilus-property-page.h
+++ b/libnautilus-extension/nautilus-property-page.h
@@ -21,8 +21,7 @@
*
*/
-#ifndef NAUTILUS_PROPERTY_PAGE_H
-#define NAUTILUS_PROPERTY_PAGE_H
+#pragma once
#if !defined (NAUTILUS_EXTENSION_H) && !defined (NAUTILUS_COMPILATION)
#warning "Only <nautilus-extension.h> should be included directly."
@@ -51,6 +50,4 @@ NautilusPropertyPage *nautilus_property_page_new (const char *name,
* page (widget) - the property page to display
*/
-G_END_DECLS
-
-#endif
+G_END_DECLS \ No newline at end of file