From 1d76d53593de0c6bd4faf8c47bb525977a33b178 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 7 Apr 2015 00:26:27 -0400 Subject: Changed ui_*.h to uipriv_*.h pending a public non-portable API. --- new/singlehandle_windows.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'new/singlehandle_windows.c') diff --git a/new/singlehandle_windows.c b/new/singlehandle_windows.c index 74dee5f..b55a8b9 100644 --- a/new/singlehandle_windows.c +++ b/new/singlehandle_windows.c @@ -1,5 +1,5 @@ // 6 april 2015 -#include "tablepriv.h" +#include "uipriv_windows.h" // Common code for controls with a single window handle. // The only method NOT defined is preferredSize(); this differs between controls. -- cgit v1.2.3