tools: Use #pragma once

We are trying to be consistent about this.
This commit is contained in:
Matthias Clasen 2023-07-20 13:15:53 -04:00
parent e523d3a50e
commit 411e0c5fbd

View 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