From c0f9765409a117ca19540f3112f126ff26e4811e Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Sat, 24 Jul 2010 16:04:43 +0000 Subject: [PATCH] * minor cleanup (whitespace and superfluous include) git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37729 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/posix/ctype.h | 2 +- src/system/libroot/posix/locale/ctype.cpp | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/headers/posix/ctype.h b/headers/posix/ctype.h index 1263f59df7..aef3965633 100644 --- a/headers/posix/ctype.h +++ b/headers/posix/ctype.h @@ -1,6 +1,6 @@ #ifndef _CTYPE_H #define _CTYPE_H -/* +/* ** Distributed under the terms of the OpenBeOS License. */ diff --git a/src/system/libroot/posix/locale/ctype.cpp b/src/system/libroot/posix/locale/ctype.cpp index 1dcd13a5bd..84c1de5793 100644 --- a/src/system/libroot/posix/locale/ctype.cpp +++ b/src/system/libroot/posix/locale/ctype.cpp @@ -5,7 +5,6 @@ #include -#include // disable macros defined in ctype.h @@ -181,5 +180,3 @@ toupper(int c) return c; } - -