From 2ada825afbc10c79ea6710c19ba9fe3fb948f6ae Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Fri, 13 May 2016 14:47:34 +0100 Subject: [PATCH] Moved includes in frmEditAccount.cpp to frmEditAccount.h --- source/frmEditAccount.cpp | 3 --- source/frmEditAccount.h | 2 ++ 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/source/frmEditAccount.cpp b/source/frmEditAccount.cpp index e6bff81..e9e9def 100644 --- a/source/frmEditAccount.cpp +++ b/source/frmEditAccount.cpp @@ -17,9 +17,6 @@ // with Xestia Address Book. If not, see #include "frmEditAccount.h" -#include "frmInvalidSSLCertificate.h" -#include "carddav/carddav.h" -#include "common/svrblist.h" frmEditAccount::frmEditAccount( wxWindow* parent ) : diff --git a/source/frmEditAccount.h b/source/frmEditAccount.h index ba24bca..5c37bba 100644 --- a/source/frmEditAccount.h +++ b/source/frmEditAccount.h @@ -26,6 +26,8 @@ Subclass of frmEditAccountADT, which is generated by wxFormBuilder. #include "AppXestiaAddrBk.h" #include +#include "frmInvalidSSLCertificate.h" +#include "common/svrblist.h" #include "carddav/carddav.h" //// end generated include -- 2.39.2