removed #include unistd.h

This commit is contained in:
Artem Pavlenko 2005-03-22 22:16:34 +00:00
parent 1152551fd8
commit bb7dada9e8

View file

@ -16,11 +16,10 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
//$Id: dsfactory.cc 67 2004-11-23 10:04:32Z artem $
//$Id$
#include "datasource_cache.hh"
#include "config.hh"
#include <unistd.h>
#include <dirent.h>
#include <algorithm>
#include <stdexcept>