diff options
author | George Hazan <george.hazan@gmail.com> | 2013-08-14 17:12:59 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-08-14 17:12:59 +0000 |
commit | 3761434e0c1f631a78398226e53ca4a25431c2cd (patch) | |
tree | aef21be2deda0708df7a9078fe9cff1cdb57dc84 /plugins/Quotes/src/stdafx.h | |
parent | b52e0fc9d3e21b7f4d649ace51beca9e61692818 (diff) |
built-in base64 removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@5687 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Quotes/src/stdafx.h')
-rw-r--r-- | plugins/Quotes/src/stdafx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Quotes/src/stdafx.h b/plugins/Quotes/src/stdafx.h index aa9fe75d34..57ef426d99 100644 --- a/plugins/Quotes/src/stdafx.h +++ b/plugins/Quotes/src/stdafx.h @@ -93,7 +93,6 @@ inline int quotes_stricmp(LPCTSTR p1,LPCTSTR p2) #include "CurrencyConverter.h"
#include "WinCtrlHelper.h"
#include "ImportExport.h"
-#include "Base64.h"
#include "ComHelper.h"
#include "Log.h"
#include "CommonOptionDlg.h"
|