Skip to content

Commit

Permalink
chore: remove unused header files (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
threeal authored Jan 5, 2024
1 parent 0fff928 commit 778803e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions include/errors/error.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

#include <memory>
#include <ostream>
#include <string>
#include <string_view>
#include <utility>

// Prevent conflicting name with the nil macro in Objective-C.
// See: https://github.com/threeal/errors-cpp/issues/128
Expand Down
1 change: 0 additions & 1 deletion src/error.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#include <algorithm>
#include <errors/error.hpp>

namespace errors {
Expand Down

0 comments on commit 778803e

Please # to comment.