diff options
author | Robert Tari <robert@tari.in> | 2021-12-17 12:31:57 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-02-08 18:30:04 +0100 |
commit | cd920da7e3d049dcc6867e0816db8ec66d4f52db (patch) | |
tree | 3295270fdbb01da55f6187ca85d7db1fb6658f3e /tests/test-eds-ics-non-attending-alarms.cpp | |
parent | 3aec729d05cd2ecccb7e911f657744076ec79c54 (diff) | |
download | ayatana-indicator-datetime-cd920da7e3d049dcc6867e0816db8ec66d4f52db.tar.gz ayatana-indicator-datetime-cd920da7e3d049dcc6867e0816db8ec66d4f52db.tar.bz2 ayatana-indicator-datetime-cd920da7e3d049dcc6867e0816db8ec66d4f52db.zip |
Remove unused print-to.h
Diffstat (limited to 'tests/test-eds-ics-non-attending-alarms.cpp')
-rw-r--r-- | tests/test-eds-ics-non-attending-alarms.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test-eds-ics-non-attending-alarms.cpp b/tests/test-eds-ics-non-attending-alarms.cpp index bfa3ac3..ca1c8ed 100644 --- a/tests/test-eds-ics-non-attending-alarms.cpp +++ b/tests/test-eds-ics-non-attending-alarms.cpp @@ -1,5 +1,6 @@ /* * Copyright 2015 Canonical Ltd. + * Copyright 2021 Robert Tari * * 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 @@ -15,6 +16,7 @@ * * Authors: * Charles Kerr <charles.kerr@canonical.com> + * Robert Tari <robert@tari.in> */ #include <algorithm> @@ -28,7 +30,6 @@ #include <gtest/gtest.h> #include "glib-fixture.h" -#include "print-to.h" #include "timezone-mock.h" #include "wakeup-timer-mock.h" |