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
commit301800d82c90ed7e76685b62c15ccab7d9fcf7ed (patch)
treec39ed8a2ced1f623bbc1db4fd879d2fa71245b76 /lwlib
parent0e3cdce02d796625ee894bfa0ba1bd7b3237c2bc (diff)
downloademacs-301800d82c90ed7e76685b62c15ccab7d9fcf7ed.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)