]> git.lyx.org Git - features.git/commitdiff
More include changes
authorAngus Leeming <leeming@lyx.org>
Thu, 26 Apr 2001 19:05:06 +0000 (19:05 +0000)
committerAngus Leeming <leeming@lyx.org>
Thu, 26 Apr 2001 19:05:06 +0000 (19:05 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1963 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/xforms/ChangeLog
src/frontends/xforms/Dialogs.C
src/frontends/xforms/FormMathsBitmap.C
src/frontends/xforms/FormMathsMatrix.C
src/frontends/xforms/FormRef.C

index 0ff9446a51004cec30b245e7189758cc4861e7ad..ca33ed81f75369d7e50a7dda1914080745c47236 100644 (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.
index 0121bd3d100af813cd43a9619c515e0b8d6de209..4046c1771e05bf948f66fc27124a4f36de6a3479 100644 (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"
index d3011e0c37c5de4203fabe64bf604f9740873682..c08da574b288c7fc25b355ef7bcceaee39f4003b 100644 (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;
index 0c74f7541dec75e22687fd688318ccc4b60d2fca..aea5a7188c7fea0ab0cbe369265a605eaa3c3dd7 100644 (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";
index 1bdec292bda394ffcb2c2b2257c2a4b2a246a1c7..6c4fa3d442497860f96de4415ad81fd73b94bc4d 100644 (file)
 #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;