diff options
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"
|