From fca80df9e638a7d68147d91cbffda95aed96ab5c Mon Sep 17 00:00:00 2001 From: dzwdz Date: Thu, 23 Feb 2023 20:07:59 +0100 Subject: build: don't -Isrc/ in user code --- src/shared/printf.h | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 src/shared/printf.h (limited to 'src/shared/printf.h') diff --git a/src/shared/printf.h b/src/shared/printf.h deleted file mode 100644 index 45fd358..0000000 --- a/src/shared/printf.h +++ /dev/null @@ -1,6 +0,0 @@ -#pragma once -#include -#include - -int __printf_internal(const char *fmt, va_list argp, - void (*back)(void*, const char*, size_t), void *back_arg); -- cgit v1.2.3