summaryrefslogtreecommitdiff
path: root/stdcpp.h
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2007-09-24 00:51:04 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2007-09-24 00:51:04 +0000
commit64e430d5267a8c1fbef5163db613775a28545724 (patch)
treede5fdfadc8f8dac8139816387f77a02e38aff539 /stdcpp.h
parent1becc2a5b6b7f04ba31c8ac66704292b9f11b949 (diff)
downloadcryptopp-64e430d5267a8c1fbef5163db613775a28545724.tar.gz
remove <locale> (should save code size?)
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@399 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'stdcpp.h')
-rw-r--r--stdcpp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/stdcpp.h b/stdcpp.h
index 30fa9a9..9a468ab 100644
--- a/stdcpp.h
+++ b/stdcpp.h
@@ -15,7 +15,6 @@
#include <algorithm>
#include <map>
#include <vector>
-#include <locale>
// re-disable this
#pragma warning(disable: 4231)