Skip to content

Commit

Permalink
Fix Secure Storage header
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jszczerbinski committed Oct 16, 2024
1 parent e330141 commit fb0b836
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cpp/platform/SecureStorage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,7 @@
*/

#include "../logger/SFLogger.hpp"
#ifdef __APPLE__
#include "SecureStorageImpl.hpp"
#elif _WIN32
#include "SecureStorageWin.hpp"
#else
#include "SecureStorageUnSup.hpp"
#endif

#include "SecureStorage.hpp"

Expand Down

0 comments on commit fb0b836

Please sign in to comment.