Skip to content

Commit

Permalink
Move error.hpp back
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Heinrich <[email protected]>
  • Loading branch information
andistorm committed Jan 22, 2024
1 parent 588aba7 commit 738bd5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/ErrorHistory/tests/helpers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include "helpers.hpp"

#include <catch2/catch_all.hpp>
#include <utils/error/error.hpp>
#include <utils/error.hpp>

fs::path get_bin_dir() {
return fs::canonical("/proc/self/exe").parent_path();
Expand Down
2 changes: 1 addition & 1 deletion modules/ErrorHistory/tests/helpers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include "../ErrorDatabaseSqlite.hpp"
#include <filesystem>
#include <list>
#include <utils/error/error.hpp>
#include <utils/error.hpp>

namespace fs = std::filesystem;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include "test_error_handlingImpl.hpp"

#include <fmt/format.h>
#include <utils/error/error.hpp>
#include <utils/error.hpp>
#include <utils/error/error_json.hpp>

namespace module {
Expand Down

0 comments on commit 738bd5d

Please sign in to comment.