]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetInclude.h
This should be the last of the commits refactoring the InsetLayout code.
[lyx.git] / src / insets / InsetInclude.h
index 6dc514261851076441e9eda30961cc7bd4606b4d..6675a4bf2550b59f99fe8945476f72575fd27a66 100644 (file)
@@ -30,10 +30,6 @@ class Dimension;
 class LaTeXFeatures;
 class RenderMonitoredPreview;
 
-namespace support {
-class EmbeddedFileList;
-}
-
 /// for including tex/lyx files
 class InsetInclude : public InsetCommand {
 public:
@@ -74,7 +70,7 @@ public:
         *  Return an empty vector if the child doc is not loaded.
         *  \param buffer the Buffer containing this inset.
         */
-       support::EmbeddedFileList const &
+       EmbeddedFileList const &
                getBibfilesCache(Buffer const & buffer) const;
        ///
        EDITABLE editable() const { return IS_EDITABLE; }
@@ -92,11 +88,11 @@ public:
        ///
        void addPreview(graphics::PreviewLoader &) const;
        ///
-       void addToToc(TocList &, Buffer const &, ParConstIterator const &) const;
+       void addToToc(Buffer const &, ParConstIterator const &) const;
        ///
        void updateLabels(Buffer const & buffer, ParIterator const &);
        /// child document can be embedded
-       void registerEmbeddedFiles(Buffer const &, EmbeddedFiles &) const;
+       void registerEmbeddedFiles(Buffer const &, EmbeddedFileList &) const;
        ///
        void updateEmbeddedFile(Buffer const & buf, EmbeddedFile const & file);
        ///