*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Tue, 18 Jan 1994 23:52:12 +0000 (23:52 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 18 Jan 1994 23:52:12 +0000 (23:52 +0000)
lwlib/lwlib-Xlw.h
lwlib/lwlib-Xm.h
lwlib/lwlib.c

index 33d83e8..41a4338 100644 (file)
@@ -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;
index e5568ef..d52a670 100644 (file)
@@ -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 [];
 
index 20f7682..f9727b9 100644 (file)
@@ -27,7 +27,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include <string.h>
 #include <stdio.h>
 #include <X11/StringDefs.h>
-#include "lwlib-internal.h"
+#include "lwlib-int.h"
 #include "lwlib-utils.h"
 
 #if defined(__GNUC__) && !defined(alloca)