diff options
author | George Hazan <george.hazan@gmail.com> | 2013-08-24 09:38:52 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-08-24 09:38:52 +0000 |
commit | 93a760ea142af7c9f318b5ad2b6a7677fbfda40c (patch) | |
tree | b9cb59223781eb7981165e2e5ddda3f930378aaa /plugins/ShellExt/src/stdafx.h | |
parent | 891b4a4149891fac17061972ac96eb4269cf77b9 (diff) |
eliminating usage of std::string
git-svn-id: http://svn.miranda-ng.org/main/trunk@5809 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ShellExt/src/stdafx.h')
-rw-r--r-- | plugins/ShellExt/src/stdafx.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/ShellExt/src/stdafx.h b/plugins/ShellExt/src/stdafx.h index d84021d3e6..7fd95475d8 100644 --- a/plugins/ShellExt/src/stdafx.h +++ b/plugins/ShellExt/src/stdafx.h @@ -6,7 +6,6 @@ #include <Wincodec.h>
#include <string.h>
-#include <string>
#include <newpluginapi.h>
@@ -24,8 +23,6 @@ #include "Version.h"
-using namespace std;
-
#define MODULENAME "ShellExt"
#define SHLExt_Name "shlext15"
#define SHLExt_MRU "MRU"
|