From 88d55b827d5ecac94c9ec399d219cc02b46ed694 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reimar=20D=C3=B6ffinger?= Date: Sun, 3 Mar 2013 11:17:50 +0100 Subject: Remove incorrect use of ctype.h functions. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As far as I can tell the code should not change behaviour depending on locale in any of these places. Signed-off-by: Reimar Döffinger --- libavutil/common.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libavutil/common.h') diff --git a/libavutil/common.h b/libavutil/common.h index 778c757b69..beaf9f7635 100644 --- a/libavutil/common.h +++ b/libavutil/common.h @@ -26,7 +26,6 @@ #ifndef AVUTIL_COMMON_H #define AVUTIL_COMMON_H -#include #include #include #include -- cgit v1.2.3