aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-10-13 10:14:21 -0500
committerTed Gould <ted@gould.cx>2011-10-13 10:14:21 -0500
commit023fa26a62388360541002a9d68ecd4fb311852e (patch)
treea8805922fb88c52cde910b5b5497d9915a869a64
parentc8c930ff4a68477e6920d8c60f19724bafb3d8a0 (diff)
parent28cacfecb73ee7714ccb628b1226b4a9b1c01879 (diff)
downloadayatana-indicator-datetime-023fa26a62388360541002a9d68ecd4fb311852e.tar.gz
ayatana-indicator-datetime-023fa26a62388360541002a9d68ecd4fb311852e.tar.bz2
ayatana-indicator-datetime-023fa26a62388360541002a9d68ecd4fb311852e.zip
Removing unused libunique
-rw-r--r--configure.ac1
-rw-r--r--src/datetime-prefs.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 144672f..eb5b973 100644
--- a/configure.ac
+++ b/configure.ac
@@ -105,7 +105,6 @@ PKG_CHECK_MODULES(SERVICE, indicator3-0.4 >= $INDICATOR_REQUIRED_VERSION
PKG_CHECK_MODULES(PREF, gio-2.0 >= $GIO_REQUIRED_VERSION
gtk+-3.0 >= $GTK3_REQUIRED_VERSION
- unique-3.0
json-glib-1.0
libgnome-control-center
polkit-gobject-1)
diff --git a/src/datetime-prefs.c b/src/datetime-prefs.c
index 5ace8c4..1b7ddd2 100644
--- a/src/datetime-prefs.c
+++ b/src/datetime-prefs.c
@@ -32,7 +32,6 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
#include <glib/gi18n-lib.h>
#include <gdk/gdkkeysyms.h>
#include <gtk/gtk.h>
-#include <unique/unique.h>
#include <polkit/polkit.h>
#include <libgnome-control-center/cc-panel.h>