Skip to content

Commit

Permalink
Resolve merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
lnotspotl committed Feb 3, 2025
1 parent af052cd commit 072b918
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 2 additions & 0 deletions src/utility/Environment.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -142,5 +142,7 @@ T getEnvAsChecked(const std::string& var, T defaultValue, const std::vector<T>&
return getEnvAsChecked<T>(var, defaultValue, possibleValues, Logging::getInstance().logger);
}

std::vector<std::string> splitList(const std::string& list, const std::string& delimiter);

} // namespace utility
} // namespace dai
5 changes: 0 additions & 5 deletions src/utility/Logging.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@
#include <depthai/device/DeviceBootloader.hpp>
#include <depthai/openvino/OpenVINO.hpp>
#include <depthai/utility/Path.hpp>
<<<<<<< HEAD
=======

#include "Environment.hpp"
>>>>>>> v3_develop

namespace dai {

Expand Down

0 comments on commit 072b918

Please sign in to comment.