summaryrefslogtreecommitdiff
path: root/tests/testing-util/testing-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testing-util/testing-util.h')
-rw-r--r--tests/testing-util/testing-util.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/testing-util/testing-util.h b/tests/testing-util/testing-util.h
index e76bbb0..6eadad5 100644
--- a/tests/testing-util/testing-util.h
+++ b/tests/testing-util/testing-util.h
@@ -21,8 +21,7 @@
* SPDX-License-Identifier: LGPL-2.1-or-later
*/
-#ifndef __TESTING_UTIL_H__
-#define __TESTING_UTIL_H__
+#pragma once
#include <libpeas/peas-engine.h>
@@ -61,5 +60,3 @@ void testing_util_pop_log_hooks (void);
#define testing_util_engine_new() (testing_util_engine_new_full (FALSE))
G_END_DECLS
-
-#endif /* __TESTING_UTIL_H__ */