Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dhtnet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
dhtnet
Commits
ec224b9a
Commit
ec224b9a
authored
2 years ago
by
Adrien Béraud
Browse files
Options
Downloads
Patches
Plain Diff
fileutils: cleanup
Change-Id: I72a349b5d6e3cc08602fa7b303d99662c559710f
parent
57ea6149
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/fileutils.cpp
+0
-8
0 additions, 8 deletions
src/fileutils.cpp
with
0 additions
and
8 deletions
src/fileutils.cpp
+
0
−
8
View file @
ec224b9a
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment