From a9d9fd8ae933571915592addccada8e516a3c0e2 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Sun, 12 Feb 2017 23:32:55 +0000 Subject: [PATCH] frmContactEditorSound: Moved includes to the header file. --- source/contacteditor/frmContactEditorSound.cpp | 8 -------- source/contacteditor/frmContactEditorSound.h | 11 +++++++++++ 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/source/contacteditor/frmContactEditorSound.cpp b/source/contacteditor/frmContactEditorSound.cpp index 795e97a..6e77c68 100644 --- a/source/contacteditor/frmContactEditorSound.cpp +++ b/source/contacteditor/frmContactEditorSound.cpp @@ -18,14 +18,6 @@ #include "frmContactEditorSound.h" -#include -#include -#include - -#include "../common/textprocessing.h" -#include "../common/base64.h" -#include "../common/mime.h" - frmContactEditorSound::frmContactEditorSound( wxWindow* parent ) : frmContactEditorSoundADT( parent ) diff --git a/source/contacteditor/frmContactEditorSound.h b/source/contacteditor/frmContactEditorSound.h index a39b3f9..2e5f4ae 100644 --- a/source/contacteditor/frmContactEditorSound.h +++ b/source/contacteditor/frmContactEditorSound.h @@ -26,7 +26,18 @@ Subclass of frmContactEditorSoundADT, which is generated by wxFormBuilder. #include #include +#include + +#include +#include +#include + #include "../AppXestiaAddrBk.h" +#include "frmContactEditorSound.h" + +#include "../common/textprocessing.h" +#include "../common/base64.h" +#include "../common/mime.h" #include "../enums.h" //// end generated include -- 2.39.2