diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/I18n.cc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/I18n.cc b/src/I18n.cc index ad8d20f..3a01f94 100644 --- a/src/I18n.cc +++ b/src/I18n.cc | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: I18n.cc,v 1.2 2003/06/30 20:37:57 fluxgen Exp $ | 25 | // $Id: I18n.cc,v 1.3 2003/08/26 23:53:49 fluxgen Exp $ |
26 | 26 | ||
27 | //usr GNU extensions | 27 | //usr GNU extensions |
28 | #ifndef _GNU_SOURCE | 28 | #ifndef _GNU_SOURCE |
@@ -37,10 +37,6 @@ | |||
37 | #include <cstring> | 37 | #include <cstring> |
38 | #include <cstdio> | 38 | #include <cstdio> |
39 | 39 | ||
40 | #ifdef HAVE_LOCALE_H | ||
41 | #include <locale.h> | ||
42 | #endif // HAVE_LOCALE_H | ||
43 | |||
44 | #include <iostream> | 40 | #include <iostream> |
45 | 41 | ||
46 | #include "defaults.hh" | 42 | #include "defaults.hh" |