is located there, it is added anyway. If the main file is located elsewhere,
we don't want to search in the current directory.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5802 
b7a2c559-68d2-44c3-8de9-
860c34a00d81
     IncSearchPath = NewSearchPath ();
     BinSearchPath = NewSearchPath ();
 
-    /* Add the current directory to the search paths */
-    AddSearchPath (IncSearchPath, "");
-    AddSearchPath (BinSearchPath, "");
-
     /* Add some compiled in search paths if defined at compile time */
 #ifdef CA65_INC
     AddSearchPath (IncSearchPath, CA65_INC);