summaryrefslogtreecommitdiff
path: root/src/stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stream.h')
-rw-r--r--src/stream.h5
1 files changed, 1 insertions, 4 deletions
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