From: Volker Lendecke Date: Wed, 25 Apr 2018 09:53:00 +0000 (+0200) Subject: lib: Remove an #include "includes.h" X-Git-Tag: ldb-1.5.0~215 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a845e9614742dbde40070ab0f2589505ee0ed2aa;p=thirdparty%2Fsamba.git lib: Remove an #include "includes.h" Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/lib/srprs.c b/source3/lib/srprs.c index db0448c1788..80dbc96c854 100644 --- a/source3/lib/srprs.c +++ b/source3/lib/srprs.c @@ -24,9 +24,11 @@ * @brief A simple recursive parser. */ -#include "includes.h" +#include "replace.h" +#include "system/locale.h" #include "srprs.h" #include "cbuf.h" +#include bool srprs_skipws(const char** ptr) { while (isspace(**ptr))