]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetGraphicsParams.h
This should be the last of the commits refactoring the InsetLayout code.
[lyx.git] / src / insets / InsetGraphicsParams.h
index c0f879a277972d2cd6053b9aeaa5f460f22f20b3..90274f7b9830c454576711392f337efd840d55d6 100644 (file)
@@ -16,7 +16,6 @@
 
 #include "graphics/GraphicsTypes.h"
 #include "Length.h"
-#include "support/FileName.h"
 #include "EmbeddedFiles.h"
 
 namespace lyx {
@@ -80,9 +79,9 @@ public:
        /// If the token belongs to our parameters, read it.
        bool Read(Lexer & lex, std::string const & token, std::string const & bufpath);
        /// convert
-  // Only a subset of InsetGraphicsParams is needed for display purposes.
-  // This function also interrogates lyxrc to ascertain whether
-  // to display or not.
+       // Only a subset of InsetGraphicsParams is needed for display purposes.
+       // This function also interrogates lyxrc to ascertain whether
+       // to display or not.
        graphics::Params as_grfxParams() const;
 
 private: