summaryrefslogtreecommitdiff
path: root/src/utils/paths.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/paths.cpp')
-rw-r--r--src/utils/paths.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/utils/paths.cpp b/src/utils/paths.cpp
index dbbdf6b31..e3992cd72 100644
--- a/src/utils/paths.cpp
+++ b/src/utils/paths.cpp
@@ -30,13 +30,11 @@
#include "resources/resourcemanager.h"
-#include <stdlib.h>
-
#ifdef WIN32
#include "utils/specialfolder.h"
#define realpath(N, R) _fullpath((R), (N), _MAX_PATH)
#elif defined __OpenBSD__
-#include <limits.h>
+#include <limits>
#endif
#ifdef ANDROID