util, io, net, ...: use "#pragma once"
This commit is contained in:
committed by
Max Kellermann
parent
313f2a1894
commit
be84b189dc
@@ -2,8 +2,7 @@
|
||||
// Copyright CM4all GmbH
|
||||
// author: Max Kellermann <mk@cm4all.com>
|
||||
|
||||
#ifndef PRINT_EXCEPTION_HXX
|
||||
#define PRINT_EXCEPTION_HXX
|
||||
#pragma once
|
||||
|
||||
#include <exception>
|
||||
|
||||
@@ -15,5 +14,3 @@ PrintException(const std::exception &e) noexcept;
|
||||
|
||||
void
|
||||
PrintException(const std::exception_ptr &ep) noexcept;
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user