mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-13 06:20:28 +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.)
|
* *.C: strip out redundant #includes. (180 in total.)
|
||||||
Reorder remaining #includes in consistent fashion.
|
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.
|
* Alert_pimpl.C: move #include "debug.h" out of the header file.
|
||||||
|
|
||||||
|
@ -14,6 +14,8 @@
|
|||||||
#ifndef FL_COMBOX_H
|
#ifndef FL_COMBOX_H
|
||||||
#define FL_COMBOX_H
|
#define FL_COMBOX_H
|
||||||
|
|
||||||
|
#include "lyx_forms.h"
|
||||||
|
|
||||||
#if defined(__cplusplus)
|
#if defined(__cplusplus)
|
||||||
extern "C"
|
extern "C"
|
||||||
{
|
{
|
||||||
|
@ -15,6 +15,8 @@
|
|||||||
#ifndef FL_FREEBROWSER_H
|
#ifndef FL_FREEBROWSER_H
|
||||||
#define FL_FREEBROWSER_H
|
#define FL_FREEBROWSER_H
|
||||||
|
|
||||||
|
#include "lyx_forms.h"
|
||||||
|
|
||||||
#if defined(__cplusplus)
|
#if defined(__cplusplus)
|
||||||
extern "C"
|
extern "C"
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user