remove forward struct declaration to fix HPUX/AIX/IRIX compile bustage

This commit is contained in:
bstell%netscape.com 2001-06-05 07:26:31 +00:00
parent b570037d8d
commit fee7bf8776
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
* Netscape. All Rights Reserved.
*/
#include <X11/Xlibint.h>
#include <X11/Xlib.h>
#ifdef HAVE_X11_XKBLIB_H
#include <X11/XKBlib.h>
#endif

View File

@ -20,8 +20,8 @@
#define _NSKEYBOARDUTILS_H_
extern "C" {
#include <X11/Xlib.h>
#include <gdk/gdk.h>
struct XKeyEvent;
}
#include "prtypes.h"