summaryrefslogtreecommitdiff
path: root/eel/eel-stock-dialogs.h
diff options
context:
space:
mode:
Diffstat (limited to 'eel/eel-stock-dialogs.h')
-rw-r--r--eel/eel-stock-dialogs.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/eel/eel-stock-dialogs.h b/eel/eel-stock-dialogs.h
index 25ab1ca2f..792686152 100644
--- a/eel/eel-stock-dialogs.h
+++ b/eel/eel-stock-dialogs.h
@@ -20,8 +20,7 @@
Authors: Darin Adler <darin@eazel.com>
*/
-#ifndef EEL_STOCK_DIALOGS_H
-#define EEL_STOCK_DIALOGS_H
+#pragma once
#include <gtk/gtk.h>
@@ -73,6 +72,4 @@ GtkDialog *eel_create_question_dialog (const char *primary_text,
int response_one,
const char *answer_two,
int response_two,
- GtkWindow *parent);
-
-#endif /* EEL_STOCK_DIALOGS_H */
+ GtkWindow *parent); \ No newline at end of file