From 35222d2bf1b794cf12e57a16c0bef4a7bcf4eeba Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Mon, 1 Dec 2014 08:05:52 +0000 Subject: header cleanup: * add missing forward declarations * remove needless header inclusions * some style unification --- main.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'main.h') diff --git a/main.h b/main.h index 9c0e93eb..17087e5d 100644 --- a/main.h +++ b/main.h @@ -15,14 +15,14 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#define UNCONST(a) ((void *)(uintptr_t)(const void *)(a)) + __BEGIN_DECLS +struct mchars; struct mdoc; struct man; -#define UNCONST(a) ((void *)(uintptr_t)(const void *)(a)) - - /* * Definitions for main.c-visible output device functions, e.g., -Thtml * and -Tascii. Note that ascii_alloc() is named as such in -- cgit