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
This commit is contained in:
Angus Leeming 2003-09-05 14:45:47 +00:00
parent 09ec5ba3e7
commit 2480466ba0
3 changed files with 10 additions and 2 deletions

View 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.

View File

@ -14,6 +14,8 @@
#ifndef FL_COMBOX_H
#define FL_COMBOX_H
#include "lyx_forms.h"
#if defined(__cplusplus)
extern "C"
{

View File

@ -15,6 +15,8 @@
#ifndef FL_FREEBROWSER_H
#define FL_FREEBROWSER_H
#include "lyx_forms.h"
#if defined(__cplusplus)
extern "C"
{