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
Utilities
Print Manager
Commits
21adfdb6
Commit
21adfdb6
authored
Oct 22, 2020
by
Laurent Montel
😁
Browse files
If include is define in .h remove it if it's defined in .cpp too (scripted)
parent
9663628d
Changes
5
Hide whitespace changes
Inline
Side-by-side
libkcups/KCupsConnection.cpp
View file @
21adfdb6
...
...
@@ -34,7 +34,6 @@
#include <KLocalizedString>
#include <cups/cups.h>
#define RENEW_INTERVAL 3500
#define SUBSCRIPTION_DURATION 3600
...
...
libkcups/KCupsRequest.cpp
View file @
21adfdb6
...
...
@@ -21,9 +21,6 @@
#include "KCupsRequest.h"
#include "Debug.h"
#include "KIppRequest.h"
#include "KCupsJob.h"
#include "KCupsPrinter.h"
#include <KLocalizedString>
...
...
libkcups/SelectMakeModel.cpp
View file @
21adfdb6
...
...
@@ -21,7 +21,6 @@
#include "SelectMakeModel.h"
#include "ui_SelectMakeModel.h"
#include "PPDModel.h"
#include "Debug.h"
#include "KCupsRequest.h"
#include "NoSelectionRectDelegate.h"
...
...
print-manager-kded/PrintManagerKded.cpp
View file @
21adfdb6
...
...
@@ -20,7 +20,6 @@
#include "PrintManagerKded.h"
#include <KPluginFactory>
#include "NewPrinterNotification.h"
...
...
printer-manager-kcm/PrintKCM.cpp
View file @
21adfdb6
...
...
@@ -36,7 +36,6 @@
#include <QIcon>
#include <QMenu>
#include <KCupsRequest.h>
#include <KCupsServer.h>
#include <NoSelectionRectDelegate.h>
#include <cups/cups.h>
...
...
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