From 73a2fcea0b4adea6ba342cd7ed1149782c214ae3 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 22 May 2017 09:05:10 +0200 Subject: includes: remove curl/curlbuild.h and curl/curlrules.h Rely entirely on curl/system.h now. Introduced in Aug 2008 with commit 14240e9e109f. Now gone. Fixes #1456 --- packages/OS400/os400sys.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/OS400/os400sys.c') diff --git a/packages/OS400/os400sys.c b/packages/OS400/os400sys.c index 89837bdc1..8ae635e43 100644 --- a/packages/OS400/os400sys.c +++ b/packages/OS400/os400sys.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2014, Daniel Stenberg, , et al. + * Copyright (C) 1998 - 2017, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -23,7 +23,7 @@ /* OS/400 additional support. */ -#include "curlbuild.h" +#include #include "config-os400.h" /* Not curl_setup.h: we only need some defines. */ #include -- cgit v1.2.3