* minor cleanup (whitespace and superfluous include)

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37729 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Oliver Tappe 2010-07-24 16:04:43 +00:00
parent 604cbe67d9
commit c0f9765409
2 changed files with 1 additions and 4 deletions

View File

@ -1,6 +1,6 @@
#ifndef _CTYPE_H #ifndef _CTYPE_H
#define _CTYPE_H #define _CTYPE_H
/* /*
** Distributed under the terms of the OpenBeOS License. ** Distributed under the terms of the OpenBeOS License.
*/ */

View File

@ -5,7 +5,6 @@
#include <ctype.h> #include <ctype.h>
#include <PosixCtype.h>
// disable macros defined in ctype.h // disable macros defined in ctype.h
@ -181,5 +180,3 @@ toupper(int c)
return c; return c;
} }