From 1aa6d29ccbe5f75f16bf99a292ec0b41ef76c2e2 Mon Sep 17 00:00:00 2001 From: Thomas Faber Date: Thu, 28 Nov 2013 10:37:04 +0000 Subject: [PATCH] [SHELL32] - Remove unused (and unavailable) std namespace reference CORE-6672 svn path=/trunk/; revision=61112 --- reactos/dll/win32/shell32/drive.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/reactos/dll/win32/shell32/drive.cpp b/reactos/dll/win32/shell32/drive.cpp index 72db1b9dbc7..5c99f2594e1 100644 --- a/reactos/dll/win32/shell32/drive.cpp +++ b/reactos/dll/win32/shell32/drive.cpp @@ -19,7 +19,6 @@ */ #include "precomp.h" -using namespace std; #define MAX_PROPERTY_SHEET_PAGE 32