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:
Angus Leeming 2001-04-26 19:05:06 +00:00
parent bb6e7a45b8
commit 0e97658b87
5 changed files with 10 additions and 8 deletions

View File

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

View File

@ -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"

View File

@ -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;

View File

@ -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";

View File

@ -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;