diff options
author | Robert Tari <robert@tari.in> | 2022-08-14 20:24:43 +0200 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2022-08-16 18:12:38 +0200 |
commit | 9e5b57ca293414e51f82f70dd374b70798d08d44 (patch) | |
tree | 0ecf0458b8b968eb8872deae2c73cd178b2fa97f /src | |
parent | f487079db3dc94c0b9c80d69430d163a6f388996 (diff) | |
download | ayatana-indicator-printers-9e5b57ca293414e51f82f70dd374b70798d08d44.tar.gz ayatana-indicator-printers-9e5b57ca293414e51f82f70dd374b70798d08d44.tar.bz2 ayatana-indicator-printers-9e5b57ca293414e51f82f70dd374b70798d08d44.zip |
Drop all references to config.h
Diffstat (limited to 'src')
-rw-r--r-- | src/indicator-printers-service.c | 3 | ||||
-rw-r--r-- | src/indicator-printers.c | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/src/indicator-printers-service.c b/src/indicator-printers-service.c index 8d31360..e2a32f7 100644 --- a/src/indicator-printers-service.c +++ b/src/indicator-printers-service.c @@ -1,7 +1,9 @@ /* * Copyright 2012 Canonical Ltd. + * Copyright 2022 Robert Tari * * Authors: Lars Uebernickel <lars.uebernickel@canonical.com> + * Robert Tari <robert@tari.in> * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3, as published @@ -21,7 +23,6 @@ #include <gtk/gtk.h> #include <cups/cups.h> #include "dbus-names.h" -#include "config.h" #include <glib/gi18n-lib.h> #include "cups-notifier.h" #include "indicator-printers-menu.h" diff --git a/src/indicator-printers.c b/src/indicator-printers.c index ba263c9..2b7bb36 100644 --- a/src/indicator-printers.c +++ b/src/indicator-printers.c @@ -1,7 +1,9 @@ /* * Copyright 2012 Canonical Ltd. + * Copyright 2022 Robert Tari * * Authors: Lars Uebernickel <lars.uebernickel@canonical.com> + * Robert Tari <robert@tari.in> * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3, as published @@ -16,8 +18,6 @@ * with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "config.h" - #include "indicator-printers.h" #include "indicator-menu-item.h" #include "dbus-names.h" |