From 67ba735507eb477d352251941e7a210f7c306ade Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Nov 2011 02:15:45 -0600 Subject: Fix more FTBFS problems --- src/svnfrontend/propertiesdlg.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/svnfrontend/propertiesdlg.cpp') diff --git a/src/svnfrontend/propertiesdlg.cpp b/src/svnfrontend/propertiesdlg.cpp index 4829a8a..ec1f24d 100644 --- a/src/svnfrontend/propertiesdlg.cpp +++ b/src/svnfrontend/propertiesdlg.cpp @@ -18,12 +18,12 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#include "src/svnfrontend/fronthelpers/propertyitem.h" -#include "src/svnfrontend/fronthelpers/propertylist.h" +#include "propertyitem.h" +#include "propertylist.h" #include "propertiesdlg.h" #include "editproperty_impl.h" #include "svnitem.h" -#include "src/svnqt/client.hpp" +#include "client.hpp" #include #include -- cgit v1.2.1