all repos — fluxbox @ 2b617dcea2de634f87b48c88c899394e149bcc02

custom fork of the fluxbox windowmanager

minor cleaning
fluxgen fluxgen
commit

2b617dcea2de634f87b48c88c899394e149bcc02

parent

145ca1ab89889371e44b66d3d9d014176b0518ad

1 files changed, 8 insertions(+), 8 deletions(-)

jump to
M src/i18n.ccsrc/i18n.cc

@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: i18n.cc,v 1.7 2002/12/01 13:42:07 rathnor Exp $ +// $Id: i18n.cc,v 1.8 2002/12/02 22:50:57 fluxgen Exp $ //usr GNU extensions #ifndef _GNU_SOURCE

@@ -37,14 +37,14 @@ #include "i18n.hh"

#include <X11/Xlocale.h> -#ifdef STDC_HEADERS -# include <stdlib.h> -# include <string.h> -# include <stdio.h> -#endif // STDC_HEADERS -#ifdef HAVE_LOCALE_H -# include <locale.h> +#include <cstdlib> +#include <cstring> +#include <cstdio> + + +#ifdef HAVE_LOCALE_H +#include <locale.h> #endif // HAVE_LOCALE_H #include <iostream>