From: Angus Leeming Date: Fri, 5 Sep 2003 14:45:47 +0000 (+0000) Subject: Ensure that the header file can be compiled stand-alone. X-Git-Tag: 1.6.10~16161 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=2480466ba085d31cd4fd002a93a03600d771bf43;p=features.git Ensure that the header file can be compiled stand-alone. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7677 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/xforms/ChangeLog b/src/frontends/xforms/ChangeLog index bc1d057f01..61e264b94a 100644 --- a/src/frontends/xforms/ChangeLog +++ b/src/frontends/xforms/ChangeLog @@ -1,9 +1,13 @@ -2003-09-05 Angus Leeming +2003-09-05 Angus Leeming + + * combox.h: + * freebrowser.h: + ensure that the header file can be compiled stand-alone. * *.C: strip out redundant #includes. (180 in total.) Reorder remaining #includes in consistent fashion. -2003-09-04 Angus Leeming +2003-09-04 Angus Leeming * Alert_pimpl.C: move #include "debug.h" out of the header file. diff --git a/src/frontends/xforms/combox.h b/src/frontends/xforms/combox.h index 046a45a2a6..701de2895a 100644 --- a/src/frontends/xforms/combox.h +++ b/src/frontends/xforms/combox.h @@ -14,6 +14,8 @@ #ifndef FL_COMBOX_H #define FL_COMBOX_H +#include "lyx_forms.h" + #if defined(__cplusplus) extern "C" { diff --git a/src/frontends/xforms/freebrowser.h b/src/frontends/xforms/freebrowser.h index 1684743ce9..0e2389c22a 100644 --- a/src/frontends/xforms/freebrowser.h +++ b/src/frontends/xforms/freebrowser.h @@ -15,6 +15,8 @@ #ifndef FL_FREEBROWSER_H #define FL_FREEBROWSER_H +#include "lyx_forms.h" + #if defined(__cplusplus) extern "C" {