Skip to content
Snippets Groups Projects
Commit ec224b9a authored by Adrien Béraud's avatar Adrien Béraud
Browse files

fileutils: cleanup

Change-Id: I72a349b5d6e3cc08602fa7b303d99662c559710f
parent 57ea6149
Branches
No related tags found
No related merge requests found
...@@ -18,25 +18,17 @@ ...@@ -18,25 +18,17 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/ */
//#include "logger.h"
#include "fileutils.h" #include "fileutils.h"
//#include "archiver.h"
//#include "compiler_intrinsics.h"
#include <opendht/crypto.h> #include <opendht/crypto.h>
#ifdef RING_UWP #ifdef RING_UWP
#include <io.h> // for access and close #include <io.h> // for access and close
#include "ring_signal.h"
#endif #endif
#ifdef __APPLE__ #ifdef __APPLE__
#include <TargetConditionals.h> #include <TargetConditionals.h>
#endif #endif
#if defined(__ANDROID__) || (defined(TARGET_OS_IOS) && TARGET_OS_IOS)
#include "client/ring_signal.h"
#endif
#ifdef _WIN32 #ifdef _WIN32
#include <windows.h> #include <windows.h>
#include "string_utils.h" #include "string_utils.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment