diff --git a/stella/src/gp2x/FSNodeGP2X.cxx b/stella/src/gp2x/FSNodeGP2X.cxx index 8ca030642..ab2f9788e 100644 --- a/stella/src/gp2x/FSNodeGP2X.cxx +++ b/stella/src/gp2x/FSNodeGP2X.cxx @@ -13,7 +13,7 @@ // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: FSNodeGP2X.cxx,v 1.1 2006-01-08 02:28:03 stephena Exp $ +// $Id: FSNodeGP2X.cxx,v 1.2 2006-09-18 00:44:43 azaballa Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project @@ -21,10 +21,6 @@ #include "FSNode.hxx" -#ifdef MACOSX - #include -#endif - #include #include #include @@ -145,7 +141,6 @@ POSIXFilesystemNode::POSIXFilesystemNode(const POSIXFilesystemNode* node) // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - FSList POSIXFilesystemNode::listDir(ListMode mode) const { - assert(_isDirectory); DIR *dirp = opendir(_path.c_str()); struct stat st;