diff options
Diffstat (limited to 'plugins/CurrencyRates/src/stdafx.h')
-rw-r--r-- | plugins/CurrencyRates/src/stdafx.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/CurrencyRates/src/stdafx.h b/plugins/CurrencyRates/src/stdafx.h index 3ed55d1173..4f8d6ace9b 100644 --- a/plugins/CurrencyRates/src/stdafx.h +++ b/plugins/CurrencyRates/src/stdafx.h @@ -5,6 +5,7 @@ #pragma once +#undef _HAS_EXCEPTIONS #define _HAS_EXCEPTIONS 1 #include <windows.h> @@ -97,8 +98,6 @@ inline tstring currencyrates_a2t(const char* s) #include "ICurrencyRatesProvider.h" #include "CurrencyRatesProviders.h" #include "CurrencyRatesProviderBase.h" -#include "CurrencyRatesProviderVisitor.h" -#include "CurrencyRatesProviderVisitorFormater.h" #define CHART_IMPLEMENT #ifdef CHART_IMPLEMENT |