Remove unnecessary <sys/syscall.h> inclusion
commit984de6388c513520f065f4baacae8ce8ec128504
authorJonas 'Sortie' Termansen <sortie@maxsi.org>
Mon, 23 Jun 2014 23:12:20 +0000 (24 01:12 +0200)
committerRodrigo Kumpera <kumpera@gmail.com>
Thu, 26 Jun 2014 13:59:06 +0000 (26 09:59 -0400)
tree7768a2329ed28b17ec142ffa5ac0475494de36ab
parentc765c61f57aa1076ed4988bf5636d00c477e2969
Remove unnecessary <sys/syscall.h> inclusion

Only mono/metadata/icall.c and mono/metadata/filewatcher.c include the
mono/metadata/filewatcher.h header and none of them depend on the contents
of the non-standard header <sys/syscall.h>.

This change is released under the MIT/X11 license.
mono/metadata/filewatcher.h