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/pstream.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/pstream.h') diff --git a/src/pstream.h b/src/pstream.h index fa2f1d9f..2502fdac 100644 --- a/src/pstream.h +++ b/src/pstream.h @@ -39,8 +39,7 @@ * * @ingroup util */ -#ifndef INCLUDED_PSTREAM_H -#define INCLUDED_PSTREAM_H +#pragma once //#include //#include @@ -110,5 +109,3 @@ public: rdbuf(&buf); } }; - -#endif // INCLUDED_PSTREAM_H -- cgit v1.2.3