mirror of https://github.com/BOINC/boinc.git
- lib: removed unneeded include. Fixes #1004
svn path=/trunk/boinc/; revision=22235
This commit is contained in:
parent
95c7fd45ce
commit
5989051b73
|
@ -6058,3 +6058,9 @@ David 13 Aug 2010
|
|||
|
||||
html/inc/
|
||||
text_transform.inc
|
||||
|
||||
David 14 Aug 2010
|
||||
- lib: removed unneeded include. Fixes #1004
|
||||
|
||||
lib/
|
||||
gui_rpc_client.h
|
||||
|
|
|
@ -777,12 +777,9 @@ extern locale_t uselocale(locale_t) __attribute__((weak_import));
|
|||
};
|
||||
|
||||
#else
|
||||
#ifndef _WIN32
|
||||
#include <xlocale.h>
|
||||
#endif
|
||||
|
||||
struct SET_LOCALE {
|
||||
// Don't need this if we have per-thread locale
|
||||
struct SET_LOCALE {
|
||||
// Don't need to juggle locales if we have per-thread locale
|
||||
inline SET_LOCALE() {
|
||||
}
|
||||
inline ~SET_LOCALE() {
|
||||
|
|
Loading…
Reference in New Issue