From 301800d82c90ed7e76685b62c15ccab7d9fcf7ed Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 18 Jan 1994 23:52:12 +0000 Subject: *** empty log message *** --- lwlib/lwlib-Xlw.h | 2 +- lwlib/lwlib-Xm.h | 2 +- lwlib/lwlib.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'lwlib') diff --git a/lwlib/lwlib-Xlw.h b/lwlib/lwlib-Xlw.h index 33d83e88850..41a43383698 100644 --- a/lwlib/lwlib-Xlw.h +++ b/lwlib/lwlib-Xlw.h @@ -1,7 +1,7 @@ #ifndef LWLIB_XLW_H #define LWLIB_XLW_H -#include "lwlib-internal.h" +#include "lwlib-int.h" extern widget_creation_entry xlw_creation_table []; extern widget_creation_function xlw_create_dialog; diff --git a/lwlib/lwlib-Xm.h b/lwlib/lwlib-Xm.h index e5568effcf9..d52a67084b9 100644 --- a/lwlib/lwlib-Xm.h +++ b/lwlib/lwlib-Xm.h @@ -1,7 +1,7 @@ #ifndef LWLIB_XM_H #define LWLIB_XM_H -#include "lwlib-internal.h" +#include "lwlib-int.h" extern widget_creation_entry xm_creation_table []; diff --git a/lwlib/lwlib.c b/lwlib/lwlib.c index 20f7682cfd4..f9727b991a5 100644 --- a/lwlib/lwlib.c +++ b/lwlib/lwlib.c @@ -27,7 +27,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include #include -#include "lwlib-internal.h" +#include "lwlib-int.h" #include "lwlib-utils.h" #if defined(__GNUC__) && !defined(alloca) -- cgit v1.2.1