Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KInfoCenter
Commits
228160a7
Commit
228160a7
authored
Oct 23, 2020
by
Laurent Montel
😁
Browse files
If include is define in .h remove it if it's defined in .cpp too (scripted)
parent
f59faa81
Changes
7
Hide whitespace changes
Inline
Side-by-side
Modules/devinfo/devicelisting.cpp
View file @
228160a7
...
...
@@ -29,7 +29,6 @@
//Local
#include "infopanel.h"
#include "soldevice.h"
#include "soldevicetypes.h"
#include "devinfo.h"
#include "solidhelper.h"
...
...
Modules/energy/batterymodel.cpp
View file @
228160a7
...
...
@@ -19,7 +19,6 @@
#include "batterymodel.h"
#include <Solid/Device>
#include <Solid/DeviceNotifier>
#include <QtQml>
...
...
Modules/info/info.cpp
View file @
228160a7
...
...
@@ -21,7 +21,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "info.h"
#include <QLabel>
#include <QHBoxLayout>
#include <QHeaderView>
...
...
Modules/memory/memory.cpp
View file @
228160a7
...
...
@@ -26,7 +26,6 @@
#include <QVBoxLayout>
#include <QHBoxLayout>
#include <QLabel>
#include <KAboutData>
#include <sys/param.h>
/* for BSD */
...
...
Modules/pci/kpci.cpp
View file @
228160a7
...
...
@@ -19,7 +19,6 @@ extern "C" {
#include <sys/types.h> //getuid
#include <ctype.h> //isxdigit
#include <string.h> //memcpy
#include <QTreeWidget>
#include <QTreeWidgetItem>
#include <QDebug>
...
...
Modules/samba/smbmountmodel.cpp
View file @
228160a7
...
...
@@ -8,7 +8,6 @@
#include <QDebug>
#include <QIcon>
#include <QMetaEnum>
#include <Solid/Device>
#include <Solid/DeviceInterface>
#include <Solid/DeviceNotifier>
#include <Solid/NetworkShare>
...
...
Modules/usbview/usbdevices.cpp
View file @
228160a7
...
...
@@ -29,7 +29,6 @@
#if defined(Q_OS_FREEBSD) || defined(Q_OS_NETBSD)
#include <sys/ioctl.h>
#include <sys/param.h>
#endif
QList
<
USBDevice
*>
USBDevice
::
_devices
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment