summaryrefslogtreecommitdiff
path: root/eel/eel-glib-extensions.h
diff options
context:
space:
mode:
Diffstat (limited to 'eel/eel-glib-extensions.h')
-rw-r--r--eel/eel-glib-extensions.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/eel/eel-glib-extensions.h b/eel/eel-glib-extensions.h
index 73249f14a..8b09cbd10 100644
--- a/eel/eel-glib-extensions.h
+++ b/eel/eel-glib-extensions.h
@@ -22,8 +22,7 @@
Authors: John Sullivan <sullivan@eazel.com>
*/
-#ifndef EEL_GLIB_EXTENSIONS_H
-#define EEL_GLIB_EXTENSIONS_H
+#pragma once
#include <glib.h>
@@ -36,6 +35,4 @@ gboolean eel_g_lists_sort_and_check_for_intersection (GList **
/* NULL terminated string arrays (strv). */
gboolean eel_g_strv_equal (char **a,
- char **b);
-
-#endif /* EEL_GLIB_EXTENSIONS_H */
+ char **b); \ No newline at end of file