From 11d94ea2b3c260cb785892c26b0958f9073e9d66 Mon Sep 17 00:00:00 2001 From: bunnei Date: Mon, 9 Jun 2014 22:54:59 -0400 Subject: [PATCH] Common: 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