From d26f794d924b82db1b71fe5a342e8a9093c997c3 Mon Sep 17 00:00:00 2001 From: treectrl Date: Sun, 21 Jan 2007 23:17:00 +0000 Subject: Removed #include "dbwin.h" since dbwin is now part of the sources. --- generic/qebind.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/generic/qebind.c b/generic/qebind.c index 69d4a6b..8573684 100644 --- a/generic/qebind.c +++ b/generic/qebind.c @@ -5,7 +5,7 @@ * * Copyright (c) 2002-2006 Tim Baker * - * RCS: @(#) $Id: qebind.c,v 1.15 2006/09/05 21:56:15 treectrl Exp $ + * RCS: @(#) $Id: qebind.c,v 1.16 2007/01/21 23:17:00 treectrl Exp $ */ /* @@ -33,11 +33,7 @@ #include #include "qebind.h" -#ifdef HAVE_DBWIN_H -#include "dbwin.h" -#else /* HAVE_DBWIN_H */ -#define dbwin printf -#endif /* HAVE_DBWIN_H */ +extern void dbwin(char *fmt, ...); /* * The macro below is used to modify a "char" value (e.g. by casting -- cgit v0.12