mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-22 07:42:02 +00:00
do not include forms.h when not necessary
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2172 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
edfb92efa2
commit
da7c04db11
@ -1,3 +1,12 @@
|
||||
2001-07-03 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||
|
||||
* lyxfunc.C: no need to include figure_form.h here.
|
||||
|
||||
* lyxfunc.h:
|
||||
* lyxscreen.h:
|
||||
* text2.C:
|
||||
* lyxvc.C: no need to include forms.h here.
|
||||
|
||||
2001-06-29 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||
|
||||
* lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
|
||||
|
@ -1,3 +1,7 @@
|
||||
2001-07-03 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||
|
||||
* insetbib.C: no meed to include forms.h here.
|
||||
|
||||
2001-07-03 Angus Leeming <a.leeming@ic.ac.uk>
|
||||
|
||||
* insettext.C: added using std::make_pair directive.
|
||||
|
@ -7,7 +7,6 @@
|
||||
#pragma implementation
|
||||
#endif
|
||||
|
||||
#include FORMS_H_LOCATION
|
||||
#include "frontends/Dialogs.h"
|
||||
#include "insetbib.h"
|
||||
#include "buffer.h"
|
||||
|
@ -32,7 +32,6 @@
|
||||
#include "BufferView.h"
|
||||
#include "ColorHandler.h"
|
||||
#include "lyxserver.h"
|
||||
#include "figure_form.h"
|
||||
#include "intl.h"
|
||||
#include "lyx_main.h"
|
||||
#include "lyx_cb.h"
|
||||
|
@ -8,7 +8,6 @@
|
||||
#pragma interface
|
||||
#endif
|
||||
|
||||
#include FORMS_H_LOCATION
|
||||
#include "commandtags.h"
|
||||
#include "func_status.h"
|
||||
#include "kbsequence.h"
|
||||
|
@ -16,7 +16,6 @@
|
||||
#pragma interface
|
||||
#endif
|
||||
|
||||
#include FORMS_H_LOCATION
|
||||
#include <X11/Xlib.h>
|
||||
|
||||
class LyXText;
|
||||
|
@ -6,7 +6,6 @@
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
#include FORMS_H_LOCATION
|
||||
#include "lyxvc.h"
|
||||
#include "vc-backend.h"
|
||||
#include "debug.h"
|
||||
|
@ -10,9 +10,6 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include FORMS_H_LOCATION
|
||||
|
||||
|
||||
#ifdef __GNUG__
|
||||
#pragma implementation "lyxtext.h"
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user