From e7818b5ac8611c09fea3ce9635128414d69f6462 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 18 Jan 1994 23:52:12 +0000 Subject: [PATCH] *** empty log message *** --- lwlib/lwlib-Xlw.h | 2 +- lwlib/lwlib-Xm.h | 2 +- lwlib/lwlib.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lwlib/lwlib-Xlw.h b/lwlib/lwlib-Xlw.h index 33d83e8885..41a4338369 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 e5568effcf..d52a67084b 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 20f7682cfd..f9727b991a 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) -- 2.39.2