diff --git a/src/cc65/incpath.c b/src/cc65/incpath.c index fdbca2a07..8b3596fdd 100644 --- a/src/cc65/incpath.c +++ b/src/cc65/incpath.c @@ -6,7 +6,7 @@ /* */ /* */ /* */ -/* (C) 2000-2010, Ullrich von Bassewitz */ +/* (C) 2000-2012, Ullrich von Bassewitz */ /* Roemerstrasse 52 */ /* D-70794 Filderstadt */ /* EMail: uz@cc65.org */ @@ -71,9 +71,6 @@ void InitIncludePaths (void) SysIncSearchPath = NewSearchPath (); UsrIncSearchPath = NewSearchPath (); - /* Add the current path to the user search path list */ - AddSearchPath (UsrIncSearchPath, ""); - /* Add some compiled in search paths if defined at compile time */ #ifdef CC65_INC AddSearchPath (SysIncSearchPath, CC65_INC);