tools: Use #pragma once
authorMatthias Clasen <mclasen@redhat.com>
Thu, 20 Jul 2023 17:15:53 +0000 (13:15 -0400)
committerMatthias 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

index 0f2575f5a54c26294e5199712178b91281bcb947..e8ece62c3611de4fe1377e5ea5caadef78340121 100644 (file)
@@ -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