# HG changeset patch # User Richard M. Stallman # Date 758937132 0 # Node ID 7ff2d6076466da2ad879d80d45aa03de4e80f9b4 # Parent 93bb7e0935ba28454630640c59f331d14a5a45f1 *** empty log message *** diff -r 93bb7e0935ba -r 7ff2d6076466 lwlib/lwlib-Xlw.h --- a/lwlib/lwlib-Xlw.h Tue Jan 18 23:47:41 1994 +0000 +++ b/lwlib/lwlib-Xlw.h Tue Jan 18 23:52:12 1994 +0000 @@ -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 -r 93bb7e0935ba -r 7ff2d6076466 lwlib/lwlib-Xm.h --- a/lwlib/lwlib-Xm.h Tue Jan 18 23:47:41 1994 +0000 +++ b/lwlib/lwlib-Xm.h Tue Jan 18 23:52:12 1994 +0000 @@ -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 -r 93bb7e0935ba -r 7ff2d6076466 lwlib/lwlib.c --- a/lwlib/lwlib.c Tue Jan 18 23:47:41 1994 +0000 +++ b/lwlib/lwlib.c Tue Jan 18 23:52:12 1994 +0000 @@ -27,7 +27,7 @@ #include #include #include -#include "lwlib-internal.h" +#include "lwlib-int.h" #include "lwlib-utils.h" #if defined(__GNUC__) && !defined(alloca)