diff options
author | George Hazan <ghazan@miranda.im> | 2019-02-20 22:57:35 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-02-20 22:57:35 +0300 |
commit | a144aedf745f07beed2257b77839ad7c979b9eec (patch) | |
tree | e712d8c6a0c7617fb9c1c08a373fa71837b711c9 /plugins/CurrencyRates/src/stdafx.h | |
parent | 713d02facf10fb187f7f74c32942d18e817a7934 (diff) |
CurrencyRates:
- fixes #1857 (rate limit error);
- code cleaning;
- version bump
Diffstat (limited to 'plugins/CurrencyRates/src/stdafx.h')
-rw-r--r-- | plugins/CurrencyRates/src/stdafx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/CurrencyRates/src/stdafx.h b/plugins/CurrencyRates/src/stdafx.h index a3c13386fe..9efc929760 100644 --- a/plugins/CurrencyRates/src/stdafx.h +++ b/plugins/CurrencyRates/src/stdafx.h @@ -98,7 +98,6 @@ inline tstring currencyrates_a2t(const char* s) #include "CurrencyRatesProviders.h" #include "CurrencyRatesProviderBase.h" #include "CurrencyRatesProviderVisitor.h" -#include "CurrencyRatesProviderVisitorDbSettings.h" #include "CurrencyRatesProviderVisitorFormater.h" #include "CurrencyRatesProviderVisitorTendency.h" #include "CurrencyRatesProviderVisitorFormatSpecificator.h" |