From b919158050da4f5b0da9c2047d8cc4d810c6011b Mon Sep 17 00:00:00 2001 From: bunnei Date: Mon, 9 Jun 2014 23:01:25 -0400 Subject: [PATCH] Removed definition of MAX_PATH, this is already defined in common_paths.h. --- src/common/common.h | 2 -- 1 file changed, 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 -#define MAX_PATH PATH_MAX #ifdef _LP64 #define _M_X64 1 #else