Removed unneeded #ifdef: including <time.h> is going to work everywhere

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@405 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
ballabio 2003-11-19 17:08:57 +00:00
parent 8e19250404
commit e98500b0e6
1 changed files with 0 additions and 4 deletions

View File

@ -1,8 +1,4 @@
#ifdef __ICC
/* Workaround for icc and incompatible includes (glibc 2.3) */
#include <time.h>
#endif
#include <sys/stat.h>
#include <sys/types.h>
#include "cp.h"