diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2015-04-05 21:12:01 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2015-04-05 21:12:01 -0500 |
commit | 38a39c03d5b44c825afe0d10f67cc0802dcf2573 (patch) | |
tree | 9faff11d5f583f3e7c0c8d54032833c61f7f4000 /include | |
parent | 13999bfbed4916149af24be2dc504461c4bdf0e9 (diff) | |
download | ayatana-indicator-datetime-38a39c03d5b44c825afe0d10f67cc0802dcf2573.tar.gz ayatana-indicator-datetime-38a39c03d5b44c825afe0d10f67cc0802dcf2573.tar.bz2 ayatana-indicator-datetime-38a39c03d5b44c825afe0d10f67cc0802dcf2573.zip |
remove some new bits that turned out to be unneeded after all
Diffstat (limited to 'include')
-rw-r--r-- | include/datetime/appointment.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/datetime/appointment.h b/include/datetime/appointment.h index e9c1bc2..e323c9c 100644 --- a/include/datetime/appointment.h +++ b/include/datetime/appointment.h @@ -22,9 +22,7 @@ #include <datetime/date-time.h> -#include <chrono> #include <string> -#include <utility> #include <vector> namespace unity { |