]> code.delx.au - gnu-emacs/commitdiff
*** 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 33d83e8885014aa55aff44707d4ce1c658171251..41a43383698500cf3f9bfec604873e4d7339087e 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 e5568effcf9b02e89a77774e9b4e27a5f5bf5782..d52a67084b9893ca0a88bae4034b9fe762ad6e4d 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 20f7682cfd4f9f2e4f8ccc681f415f5487d8c1e3..f9727b991a5131484c089dcc27a696309aac1c4e 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)