diff --git a/checkin_notes b/checkin_notes index 28770f5ae4..3e9dda5ced 100644 --- a/checkin_notes +++ b/checkin_notes @@ -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 diff --git a/lib/gui_rpc_client.h b/lib/gui_rpc_client.h index fefa09a4b1..1ed2a90cf8 100644 --- a/lib/gui_rpc_client.h +++ b/lib/gui_rpc_client.h @@ -777,12 +777,9 @@ extern locale_t uselocale(locale_t) __attribute__((weak_import)); }; #else -#ifndef _WIN32 -#include -#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() {