diff options
| author | Dan Nicolaescu | 2010-07-26 21:12:42 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-07-26 21:12:42 -0700 |
| commit | 71c7345a4d4752181f220533a7b8494d0e60a9aa (patch) | |
| tree | afbb2c09e8ac5a7cbd4fff3b74a3406f9c40daac /src | |
| parent | 6ba577cbed5eddcf89c6707a5be838a4f598fbf6 (diff) | |
| download | emacs-71c7345a4d4752181f220533a7b8494d0e60a9aa.tar.gz emacs-71c7345a4d4752181f220533a7b8494d0e60a9aa.zip | |
* src/xmenu.c: Do not included lwlib.h, not needed.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 | ||||
| -rw-r--r-- | src/xmenu.c | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8abb9b6ab7f..d11f2d91290 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2010-07-27 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2010-07-27 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 2 | ||
| 3 | * xmenu.c: Do not included lwlib.h, not needed. | ||
| 4 | |||
| 3 | * m/iris4d.h (XUINT, XSET): Remove, not needed. | 5 | * m/iris4d.h (XUINT, XSET): Remove, not needed. |
| 4 | 6 | ||
| 5 | * process.c: Move definitions earlier to minimize #ifdefs. | 7 | * process.c: Move definitions earlier to minimize #ifdefs. |
diff --git a/src/xmenu.c b/src/xmenu.c index 2fb39339b98..9163f7c31da 100644 --- a/src/xmenu.c +++ b/src/xmenu.c | |||
| @@ -89,7 +89,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 89 | #include <X11/Xaw/Paned.h> | 89 | #include <X11/Xaw/Paned.h> |
| 90 | #endif /* HAVE_XAW3D */ | 90 | #endif /* HAVE_XAW3D */ |
| 91 | #endif /* USE_LUCID */ | 91 | #endif /* USE_LUCID */ |
| 92 | #include "../lwlib/lwlib.h" | ||
| 93 | #else /* not USE_X_TOOLKIT */ | 92 | #else /* not USE_X_TOOLKIT */ |
| 94 | #ifndef USE_GTK | 93 | #ifndef USE_GTK |
| 95 | #include "../oldXMenu/XMenu.h" | 94 | #include "../oldXMenu/XMenu.h" |