mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 05:33:33 +00:00
More include changes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1963 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
bb6e7a45b8
commit
0e97658b87
@ -1,3 +1,10 @@
|
||||
2001-04-26 Angus Leeming <a.leeming@ic.ac.uk>
|
||||
|
||||
* Dialogs.C: included insetgraphicsParams.h
|
||||
|
||||
* FormMathsMatrix.C:
|
||||
* FormMathsBitmap.C: included LAssert.h
|
||||
|
||||
2001-04-24 Allan Rae <rae@lyx.org>
|
||||
|
||||
* xforms_helpers.C (formatted): two consecutive spaces would kill it.
|
||||
|
@ -28,6 +28,7 @@
|
||||
#include "ControlError.h"
|
||||
#include "ControlExternal.h"
|
||||
#include "ControlGraphics.h"
|
||||
#include "insets/insetgraphicsParams.h"
|
||||
#include "ControlInclude.h"
|
||||
#include "ControlIndex.h"
|
||||
#include "ControlLog.h"
|
||||
|
@ -26,6 +26,7 @@
|
||||
#include "debug.h"
|
||||
#include "lyx_gui_misc.h" // scex, idex
|
||||
#include "gettext.h"
|
||||
#include "support/LAssert.h"
|
||||
|
||||
using std::vector;
|
||||
using std::endl;
|
||||
|
@ -21,6 +21,7 @@
|
||||
#include "LyXView.h"
|
||||
#include "Lsstream.h"
|
||||
#include "lyxfunc.h"
|
||||
#include "support/LAssert.h"
|
||||
|
||||
static char h_align_str[80] = "c";
|
||||
static char v_align_c[] = "tcb";
|
||||
|
@ -25,14 +25,6 @@
|
||||
#include "xforms_helpers.h"
|
||||
#include "insets/insetref.h"
|
||||
|
||||
/*
|
||||
#include "Dialogs.h"
|
||||
#include "FormRef.h"
|
||||
#include "LyXView.h"
|
||||
#include "buffer.h"
|
||||
#include "form_ref.h"
|
||||
*/
|
||||
|
||||
using std::find;
|
||||
using std::max;
|
||||
using std::sort;
|
||||
|
Loading…
Reference in New Issue
Block a user