* strfuncs.cc: Remove needless includes.
This commit is contained in:
parent
da5f018bef
commit
43b4aa0f7c
|
@ -1,3 +1,7 @@
|
||||||
|
2010-01-18 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* strfuncs.cc: Remove needless includes.
|
||||||
|
|
||||||
2010-01-17 Corinna Vinschen <corinna@vinschen.de>
|
2010-01-17 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* syscalls.cc (internal_setlocale): Use UTF-8 internally if external
|
* syscalls.cc (internal_setlocale): Use UTF-8 internally if external
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* strfuncs.cc: misc funcs that don't belong anywhere else
|
/* strfuncs.cc: misc funcs that don't belong anywhere else
|
||||||
|
|
||||||
Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
|
Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
|
||||||
2005, 2006, 2007, 2008, 2009 Red Hat, Inc.
|
2005, 2006, 2007, 2008, 2009, 2010 Red Hat, Inc.
|
||||||
|
|
||||||
This file is part of Cygwin.
|
This file is part of Cygwin.
|
||||||
|
|
||||||
|
@ -14,13 +14,10 @@ details. */
|
||||||
#include <wchar.h>
|
#include <wchar.h>
|
||||||
#include <winnls.h>
|
#include <winnls.h>
|
||||||
#include <ntdll.h>
|
#include <ntdll.h>
|
||||||
#include "cygerrno.h"
|
|
||||||
#include "security.h"
|
|
||||||
#include "path.h"
|
#include "path.h"
|
||||||
#include "fhandler.h"
|
#include "fhandler.h"
|
||||||
#include "dtable.h"
|
#include "dtable.h"
|
||||||
#include "cygheap.h"
|
#include "cygheap.h"
|
||||||
#include "tls_pbuf.h"
|
|
||||||
|
|
||||||
/* Transform characters invalid for Windows filenames to the Unicode private
|
/* Transform characters invalid for Windows filenames to the Unicode private
|
||||||
use area in the U+f0XX range. The affected characters are all control
|
use area in the U+f0XX range. The affected characters are all control
|
||||||
|
|
Loading…
Reference in New Issue