summaryrefslogtreecommitdiff
path: root/eel/eel-string.h
diff options
context:
space:
mode:
Diffstat (limited to 'eel/eel-string.h')
-rw-r--r--eel/eel-string.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/eel/eel-string.h b/eel/eel-string.h
index 91c370aa1..63147d1cc 100644
--- a/eel/eel-string.h
+++ b/eel/eel-string.h
@@ -20,8 +20,7 @@
Authors: Darin Adler <darin@eazel.com>
*/
-#ifndef EEL_STRING_H
-#define EEL_STRING_H
+#pragma once
#include <glib.h>
#include <string.h>
@@ -86,6 +85,4 @@ eel_ref_str eel_ref_str_get_unique (const char *string);
eel_ref_str eel_ref_str_ref (eel_ref_str str);
void eel_ref_str_unref (eel_ref_str str);
-#define eel_ref_str_peek(__str) ((const char *)(__str))
-
-#endif /* EEL_STRING_H */
+#define eel_ref_str_peek(__str) ((const char *)(__str)) \ No newline at end of file