]> git.lyx.org Git - features.git/commitdiff
Ensure that the header file can be compiled stand-alone.
authorAngus Leeming <leeming@lyx.org>
Fri, 5 Sep 2003 14:45:47 +0000 (14:45 +0000)
committerAngus Leeming <leeming@lyx.org>
Fri, 5 Sep 2003 14:45:47 +0000 (14:45 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7677 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/xforms/ChangeLog
src/frontends/xforms/combox.h
src/frontends/xforms/freebrowser.h

index bc1d057f016bc53eca8af38204ba6a31df05c6c6..61e264b94a2e3df5f6cfdbc4c4c0dd2484b944ee 100644 (file)
@@ -1,9 +1,13 @@
-2003-09-05  Angus Leeming  <angus@localhost.localdomain>
+2003-09-05  Angus Leeming  <leeming@lyx.org>
+
+       * 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  <angus@localhost.localdomain>
+2003-09-04  Angus Leeming  <leeming@lyx.org>
 
        * Alert_pimpl.C:  move #include "debug.h" out of the header file.
 
index 046a45a2a6d5042f4e7c5582c68832a915254330..701de2895a160ef99392f5fabcf800e730f66d65 100644 (file)
@@ -14,6 +14,8 @@
 #ifndef FL_COMBOX_H
 #define FL_COMBOX_H
 
+#include "lyx_forms.h"
+
 #if defined(__cplusplus)
 extern "C"
 {
index 1684743ce9d9a08269157dcd9ff98ae3e942ca54..0e2389c22a7c4aca9bda8a3c5c86ffcb3563f8c4 100644 (file)
@@ -15,6 +15,8 @@
 #ifndef FL_FREEBROWSER_H
 #define FL_FREEBROWSER_H
 
+#include "lyx_forms.h"
+
 #if defined(__cplusplus)
 extern "C"
 {