]> git.lyx.org Git - features.git/commitdiff
Move #include "funcrequest.h" out of the header file.
authorAngus Leeming <leeming@lyx.org>
Thu, 4 Sep 2003 01:01:13 +0000 (01:01 +0000)
committerAngus Leeming <leeming@lyx.org>
Thu, 4 Sep 2003 01:01:13 +0000 (01:01 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7655 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/ChangeLog
src/insets/insetbranch.C
src/insets/insetcollapsable.h
src/insets/insetnote.C

index adcff625bee821587d5696e2bb93cb465f538555..a23c7006d6b2fea4fc2549e7691cc1a1248df76b 100644 (file)
@@ -1,3 +1,9 @@
+2003-09-04  Angus Leeming  <leeming@lyx.org>
+
+       * insetcollapsable.h: 
+       * insetbranch.C: 
+       * insetnote.C: move #include "funcrequest.h" out of the header file.
+
 2003-09-03  Angus Leeming  <leeming@lyx.org>
 
        * insetexternal.C (updateExternal):
index b34f11b34eb28e4c0c2a0e84d8c0dfd4cbf025d2..4de498724a055f129840cc6b27dcd3f01815eb3d 100644 (file)
@@ -18,6 +18,7 @@
 #include "language.h"
 #include "buffer.h"
 #include "BufferView.h"
+#include "funcrequest.h"
 #include "LaTeXFeatures.h"
 #include "latexrunparams.h"
 #include "lyxlex.h"
index b50e61dadb05c94ea3aa2e9b9783909dd81731b4..09ac4d4c23d19964dd4018ff0ff5d4298ff1068f 100644 (file)
@@ -17,7 +17,6 @@
 #include "inset.h"
 #include "insettext.h"
 #include "lyxfont.h"
-#include "funcrequest.h" // for adjustCommand
 #include "LColor.h"
 #include "box.h"
 
index ad66b0f92c8f430cd9c70545ecfd6a0cbf8759a6..be55fc366c8427698d1603e84e8e8fa434119297 100644 (file)
 
 #include <config.h>
 
-#include "Lsstream.h"
-
 #include "insetnote.h"
-#include "metricsinfo.h"
-#include "gettext.h"
-#include "lyxfont.h"
-#include "language.h"
+#include "insettext.h"
+
 #include "buffer.h"
 #include "BufferView.h"
+#include "debug.h"
+#include "funcrequest.h"
+#include "gettext.h"
+#include "language.h"
+#include "lyxfont.h"
 #include "lyxlex.h"
 #include "lyxtext.h"
-#include "insets/insettext.h"
+#include "metricsinfo.h"
 #include "support/LOstream.h"
 #include "support/lstrings.h"
-#include "debug.h"
+
+#include "Lsstream.h"
 
 using std::ostream;
 using std::auto_ptr;