projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e523d3a
)
tools: Use #pragma once
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 20 Jul 2023 17:15:53 +0000
(13:15 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 20 Jul 2023 19:18:13 +0000
(15:18 -0400)
We are trying to be consistent about this.
tools/gtk-builder-tool.h
patch
|
blob
|
history
diff --git
a/tools/gtk-builder-tool.h
b/tools/gtk-builder-tool.h
index 0f2575f5a54c26294e5199712178b91281bcb947..e8ece62c3611de4fe1377e5ea5caadef78340121 100644
(file)
--- a/
tools/gtk-builder-tool.h
+++ b/
tools/gtk-builder-tool.h
@@
-1,11
+1,7
@@
-
-#ifndef __GTK_BUILDER_TOOL_H__
-#define __GTK_BUILDER_TOOL_H__
+#pragma once
void do_simplify (int *argc, const char ***argv);
void do_validate (int *argc, const char ***argv);
void do_enumerate (int *argc, const char ***argv);
void do_preview (int *argc, const char ***argv);
void do_screenshot (int *argc, const char ***argv);
-
-#endif