mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-03 23:23:03 +00:00
X*.h headers weren't cleaned up after renaming and merging. (#112)
* Check.h, Stipple.h, XCursors.h, XWaitCur.h, Xcursdef.h, Xdefcur.h, and Xicon.h were combined into xbitmaps.h. * Xdisplay.h is not used and the contents are in MyWindow.h, which is used. * XVersion.h and Xdeflt.h became xdefs.h. Remove 2 stragglers that were still including XVersion.h.
This commit is contained in:
@@ -37,7 +37,6 @@
|
||||
#ifdef XWINDOW
|
||||
#include <X11/Xlib.h>
|
||||
#include <X11/Xutil.h>
|
||||
#include "XVersion.h"
|
||||
#define LDEX "ldex"
|
||||
#endif /* XWINDOW */
|
||||
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
#include <X11/Xlib.h>
|
||||
#include <X11/Xutil.h>
|
||||
|
||||
/* #include "XVersion.h" */
|
||||
#include "lispemul.h"
|
||||
#include "lsptypes.h"
|
||||
#include "MyWindow.h"
|
||||
|
||||
Reference in New Issue
Block a user