diff options
Diffstat (limited to 'plugins/Quotes/src/ComHelper.h')
-rw-r--r-- | plugins/Quotes/src/ComHelper.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Quotes/src/ComHelper.h b/plugins/Quotes/src/ComHelper.h index 0b4140d80d..a9d87784d8 100644 --- a/plugins/Quotes/src/ComHelper.h +++ b/plugins/Quotes/src/ComHelper.h @@ -1,8 +1,6 @@ #ifndef __37ae28ab_c414_4aba_bbef_d23dd68643a5_ComHelper_h__
#define __37ae28ab_c414_4aba_bbef_d23dd68643a5_ComHelper_h__
-#include <string>
-
void ShowComError(_com_error& e,const tstring& rsAdditionalInfo);
tstring ComException2Msg(_com_error& e,const tstring& rsAdditionalInfo);
|