Skip to content

Commit

Permalink
Fixed the path to WolkConnect-Cpp's json header
Browse files Browse the repository at this point in the history
  • Loading branch information
nanavuletic authored and nanavuletic committed Jul 4, 2022
1 parent 9014830 commit 567d2d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions application/Configuration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@
#include "Configuration.h"

#include "core/utilities/FileSystemUtils.h"
#include "core/utilities/json.hpp"
#include "core/utilities/nlohmann/json.hpp"

#include <algorithm>
#include <stdexcept>
#include <utility>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,11 @@
#include "gateway/repository/existing_device/JsonFileExistingDevicesRepository.h"

#include "core/utilities/FileSystemUtils.h"
#include "core/utilities/json.hpp"
#include "core/utilities/nlohmann/json.hpp"

#include <fstream>
#include <iomanip>
#include <mutex>
#include <stdexcept>
#include <string>
#include <utility>
#include <vector>
Expand Down

0 comments on commit 567d2d0

Please sign in to comment.