aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/exchange-operations/exchange-change-password.c
diff options
context:
space:
mode:
authorSushma Rai <rsushma@src.gnome.org>2005-12-19 20:42:20 +0800
committerSushma Rai <rsushma@src.gnome.org>2005-12-19 20:42:20 +0800
commitdd12196bdb2ab73f98a55ae9908a5b7dfc526c5e (patch)
treec8fb987e14fbb61a83628c762b0eaccdb6ac5344 /plugins/exchange-operations/exchange-change-password.c
parentae8d6437906a7ae68c80546c54e1b27b5be3caa5 (diff)
downloadgsoc2013-evolution-dd12196bdb2ab73f98a55ae9908a5b7dfc526c5e.tar
gsoc2013-evolution-dd12196bdb2ab73f98a55ae9908a5b7dfc526c5e.tar.gz
gsoc2013-evolution-dd12196bdb2ab73f98a55ae9908a5b7dfc526c5e.tar.bz2
gsoc2013-evolution-dd12196bdb2ab73f98a55ae9908a5b7dfc526c5e.tar.lz
gsoc2013-evolution-dd12196bdb2ab73f98a55ae9908a5b7dfc526c5e.tar.xz
gsoc2013-evolution-dd12196bdb2ab73f98a55ae9908a5b7dfc526c5e.tar.zst
gsoc2013-evolution-dd12196bdb2ab73f98a55ae9908a5b7dfc526c5e.zip
Corrected include path which was breaking the build.
svn path=/trunk/; revision=30877
Diffstat (limited to 'plugins/exchange-operations/exchange-change-password.c')
-rw-r--r--plugins/exchange-operations/exchange-change-password.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/exchange-operations/exchange-change-password.c b/plugins/exchange-operations/exchange-change-password.c
index 283ad46236..546101029e 100644
--- a/plugins/exchange-operations/exchange-change-password.c
+++ b/plugins/exchange-operations/exchange-change-password.c
@@ -25,8 +25,8 @@
#include "exchange-change-password.h"
-#include <exchange/exchange-account.h>
-#include <exchange/e2k-utils.h>
+#include <exchange-account.h>
+#include <e2k-utils.h>
#include <glade/glade-xml.h>
#include <gtk/gtkdialog.h>