From ca375cc8af4bb9d3a870dd0ff81e9853be216c87 Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Mon, 10 Apr 2023 19:36:12 +0200 Subject: Use #pragma once --- src/stream.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/stream.h') diff --git a/src/stream.h b/src/stream.h index 491f6fac..a4887754 100644 --- a/src/stream.h +++ b/src/stream.h @@ -45,8 +45,7 @@ * child process, different cleanup is needed for each scenario. This * file abstracts those various needs. */ -#ifndef INCLUDED_STREAM_H -#define INCLUDED_STREAM_H +#pragma once #include "utils.h" @@ -138,5 +137,3 @@ public: }; } // namespace ledger - -#endif // INCLUDED_STREAM_H -- cgit v1.2.3