From fa0da5a020c2ea9366568375b7f35d3f2ddad680 Mon Sep 17 00:00:00 2001 From: Jon TURNEY Date: Thu, 20 Jun 2013 13:04:35 +0100 Subject: [PATCH] hw/xwin: Use header for prototypes in textconv.c Signed-off-by: Jon TURNEY Reviewed-by: Colin Harrison --- hw/xwin/winclipboard/textconv.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/hw/xwin/winclipboard/textconv.c b/hw/xwin/winclipboard/textconv.c index fd405a02e..4262d98b9 100644 --- a/hw/xwin/winclipboard/textconv.c +++ b/hw/xwin/winclipboard/textconv.c @@ -31,14 +31,8 @@ #ifdef HAVE_XWIN_CONFIG_H #include #endif -#include "win.h" -#include #include - -void - winClipboardDOStoUNIX(char *pszSrc, int iLength); -void - winClipboardUNIXtoDOS(char **ppszData, int iLength); +#include "internal.h" /* * Convert \r\n to \n