mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
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:
parent
09ec5ba3e7
commit
2480466ba0
@ -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.
|
||||
|
||||
|
@ -14,6 +14,8 @@
|
||||
#ifndef FL_COMBOX_H
|
||||
#define FL_COMBOX_H
|
||||
|
||||
#include "lyx_forms.h"
|
||||
|
||||
#if defined(__cplusplus)
|
||||
extern "C"
|
||||
{
|
||||
|
@ -15,6 +15,8 @@
|
||||
#ifndef FL_FREEBROWSER_H
|
||||
#define FL_FREEBROWSER_H
|
||||
|
||||
#include "lyx_forms.h"
|
||||
|
||||
#if defined(__cplusplus)
|
||||
extern "C"
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user