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 коммит произвёл Greg Kroah-Hartman
Родитель 1e94031973
Коммит c522a03ad1
3 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

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

Просмотреть файл

@ -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>

Просмотреть файл

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