summaryrefslogtreecommitdiff
path: root/lwlib
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-01-18 23:52:12 +0000
committerRichard M. Stallman <rms@gnu.org>1994-01-18 23:52:12 +0000
commite7818b5ac8611c09fea3ce9635128414d69f6462 (patch)
tree2c59af69f270108097ecdc85b1459f3be0e59132 /lwlib
parent07bf635fc3142206f15500d33024886c4339e522 (diff)
downloademacs-e7818b5ac8611c09fea3ce9635128414d69f6462.tar.gz
*** empty log message ***
Diffstat (limited to 'lwlib')
-rw-r--r--lwlib/lwlib-Xlw.h2
-rw-r--r--lwlib/lwlib-Xm.h2
-rw-r--r--lwlib/lwlib.c2
3 files changed, 3 insertions, 3 deletions
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 <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)