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; } - -