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
Родитель 830bafb4db
Коммит 5787e192de
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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

Просмотреть файл

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