aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-12-02 22:50:57 (GMT)
committerfluxgen <fluxgen>2002-12-02 22:50:57 (GMT)
commit2b617dcea2de634f87b48c88c899394e149bcc02 (patch)
treeb231ae5edd95650445f2d43f08952333cb288be6 /src
parent145ca1ab89889371e44b66d3d9d014176b0518ad (diff)
downloadfluxbox-2b617dcea2de634f87b48c88c899394e149bcc02.zip
fluxbox-2b617dcea2de634f87b48c88c899394e149bcc02.tar.bz2
minor cleaning
Diffstat (limited to 'src')
-rw-r--r--src/i18n.cc16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/i18n.cc b/src/i18n.cc
index 44bc7d0..929b3fd 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.7 2002/12/01 13:42:07 rathnor Exp $ 25// $Id: i18n.cc,v 1.8 2002/12/02 22:50:57 fluxgen Exp $
26 26
27//usr GNU extensions 27//usr GNU extensions
28#ifndef _GNU_SOURCE 28#ifndef _GNU_SOURCE
@@ -37,14 +37,14 @@
37 37
38#include <X11/Xlocale.h> 38#include <X11/Xlocale.h>
39 39
40#ifdef STDC_HEADERS
41# include <stdlib.h>
42# include <string.h>
43# include <stdio.h>
44#endif // STDC_HEADERS
45 40
46#ifdef HAVE_LOCALE_H 41#include <cstdlib>
47# include <locale.h> 42#include <cstring>
43#include <cstdio>
44
45
46#ifdef HAVE_LOCALE_H
47#include <locale.h>
48#endif // HAVE_LOCALE_H 48#endif // HAVE_LOCALE_H
49 49
50#include <iostream> 50#include <iostream>