]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Clipboard.h
Add Sam Crawley to credits.
[lyx.git] / src / frontends / Clipboard.h
index faf4e0a8fe37d423cdcad09ce9575ab6c9783e00..21fd58227e449f377935d1164bc0354a7f604793 100644 (file)
 #ifndef BASE_CLIPBOARD_H
 #define BASE_CLIPBOARD_H
 
-#include "Cursor.h"
-
+#include "support/FileName.h"
 #include "support/strfwd.h"
 
-using lyx::support::FileName;
-
 namespace lyx {
+
+class Cursor;
+
 namespace frontend {
 
 /**
@@ -62,7 +62,7 @@ public:
        /// Get the contents of the window system clipboard in any text format except LyxTextType.
        virtual docstring const getAsText(TextType type) const = 0;
        /// Get the contents of the window system clipboard as graphics file.
-       virtual FileName getAsGraphics(Cursor const & cur, GraphicsType type) const = 0;
+       virtual support::FileName getAsGraphics(Cursor const & cur, GraphicsType type) const = 0;
 
        /**
         * Fill the system clipboard. The format of \p lyx is as written in