diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2010-01-18 16:07:22 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2010-01-18 16:07:22 +0000 |
commit | 43b4aa0f7ce48418f831b5ae707d0783360bbb85 (patch) | |
tree | 964acfc7a3536cc175a6918d9ab91072d9e40678 /winsup/cygwin/strfuncs.cc | |
parent | da5f018bef3dfcb2adfbb5d38838a47fbbb6efca (diff) | |
download | cygnal-43b4aa0f7ce48418f831b5ae707d0783360bbb85.tar.gz cygnal-43b4aa0f7ce48418f831b5ae707d0783360bbb85.tar.bz2 cygnal-43b4aa0f7ce48418f831b5ae707d0783360bbb85.zip |
* strfuncs.cc: Remove needless includes.
Diffstat (limited to 'winsup/cygwin/strfuncs.cc')
-rw-r--r-- | winsup/cygwin/strfuncs.cc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/winsup/cygwin/strfuncs.cc b/winsup/cygwin/strfuncs.cc index 61df6505a..b62139409 100644 --- a/winsup/cygwin/strfuncs.cc +++ b/winsup/cygwin/strfuncs.cc @@ -1,7 +1,7 @@ /* strfuncs.cc: misc funcs that don't belong anywhere else 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. @@ -14,13 +14,10 @@ details. */ #include <wchar.h> #include <winnls.h> #include <ntdll.h> -#include "cygerrno.h" -#include "security.h" #include "path.h" #include "fhandler.h" #include "dtable.h" #include "cygheap.h" -#include "tls_pbuf.h" /* Transform characters invalid for Windows filenames to the Unicode private use area in the U+f0XX range. The affected characters are all control |