From: Steve Brokenshire Date: Fri, 13 May 2016 13:47:34 +0000 (+0100) Subject: Moved includes in frmEditAccount.cpp to frmEditAccount.h X-Git-Tag: release-0.13~33 X-Git-Url: http://Server1/repobrowser/?a=commitdiff_plain;h=2ada825afbc10c79ea6710c19ba9fe3fb948f6ae;hp=65da3f8c4d47ef046f6a24eae15e725738506bce;p=xestiaab%2F.git Moved includes in frmEditAccount.cpp to frmEditAccount.h --- 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