diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-05-17 21:20:54 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-05-17 21:20:54 +0000 |
commit | 0fc666ba4c6939b51e25d0175928f9b0eb64a938 (patch) | |
tree | 559520c0cb2b273e64015df1db895102c5414617 /plugins/Exchange/src/dlg_handlers.cpp | |
parent | 6cd9de08e7748f894d14ce1947fcd8086ad0c175 (diff) |
Exchange: unified project
git-svn-id: http://svn.miranda-ng.org/main/trunk@13666 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Exchange/src/dlg_handlers.cpp')
-rw-r--r-- | plugins/Exchange/src/dlg_handlers.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Exchange/src/dlg_handlers.cpp b/plugins/Exchange/src/dlg_handlers.cpp index 1292a143aa..754cefb113 100644 --- a/plugins/Exchange/src/dlg_handlers.cpp +++ b/plugins/Exchange/src/dlg_handlers.cpp @@ -18,7 +18,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#include "commonheaders.h"
+#include "stdafx.h"
#include "dlg_handlers.h"
#define MIN_EMAILS_WIDTH 300
|