* fhandler.h (class cygthread): Remove forward declaration.
This commit is contained in:
parent
ef82f76c30
commit
257e3d8e89
|
@ -1,3 +1,7 @@
|
|||
2005-03-21 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* fhandler.h (class cygthread): Remove forward declaration.
|
||||
|
||||
2005-03-21 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* fhandler.h (class cygthread): Forward declare.
|
||||
|
|
|
@ -37,7 +37,6 @@ typedef struct __DIR DIR;
|
|||
struct dirent;
|
||||
struct iovec;
|
||||
struct __acl32;
|
||||
class cygthread;
|
||||
|
||||
enum dirent_states
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue