staging: usbip: userspace: remove useless libsysfs includes

This patch removes useless libsysfs.h includes in various
userspace files.

Signed-off-by: Valentina Manea <valentina.manea.m@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Valentina Manea 2014-03-08 14:53:20 +02:00 committed by Greg Kroah-Hartman
parent 1e94031973
commit c522a03ad1
3 changed files with 0 additions and 4 deletions

View File

@ -17,7 +17,6 @@
*/
#include <sys/stat.h>
#include <sysfs/libsysfs.h>
#include <limits.h>
#include <stdint.h>

View File

@ -16,8 +16,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <sysfs/libsysfs.h>
#include <ctype.h>
#include <limits.h>
#include <stdint.h>

View File

@ -10,7 +10,6 @@
#endif
#include <sys/types.h>
#include <sysfs/libsysfs.h>
#include <stdint.h>