summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/common/common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/common.h b/src/common/common.h
index 2578d0010..09027cae1 100644
--- a/src/common/common.h
+++ b/src/common/common.h
@@ -96,8 +96,6 @@ private:
// Windows compatibility
#ifndef _WIN32
-#include <limits.h>
-#define MAX_PATH PATH_MAX
#ifdef _LP64
#define _M_X64 1
#else