Skip to content

Commit 778803e

Browse files
authored
chore: remove unused header files (#142)
1 parent 0fff928 commit 778803e

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

include/errors/error.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
#include <memory>
44
#include <ostream>
5-
#include <string>
65
#include <string_view>
7-
#include <utility>
86

97
// Prevent conflicting name with the nil macro in Objective-C.
108
// See: https://github.com/threeal/errors-cpp/issues/128

src/error.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#include <algorithm>
21
#include <errors/error.hpp>
32

43
namespace errors {

0 commit comments

Comments
 (0)