mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
kinfocenter: remove unused header inclusion
works as intended: https://ibb.co/3vhjTrD Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
1013b7722f
commit
2b429f894b
1 changed files with 1 additions and 4 deletions
|
@ -9,14 +9,11 @@
|
|||
***************************************************************************/
|
||||
|
||||
#include "usbdevices.h"
|
||||
|
||||
#include <sys/types.h>
|
||||
#include "usbdb.h"
|
||||
|
||||
#include <klocale.h>
|
||||
#include <kdebug.h>
|
||||
|
||||
#include "usbdb.h"
|
||||
|
||||
#include <libusb.h>
|
||||
|
||||
QList<USBDevice*> USBDevice::_devices;
|
||||
|
|
Loading…
Add table
Reference in a new issue