]> git.lyx.org Git - lyx.git/blobdiff - src/insets/mailinset.C
* src/LyXAction.C: mark goto-clear-bookmark as working without buffer
[lyx.git] / src / insets / mailinset.C
index c059200b2035424491fedaab5e4697c9036896de..22db2e8171c1520ce17cd5e161cf6e92b9e011de 100644 (file)
@@ -16,7 +16,9 @@
 #include "debug.h"
 
 #include "frontends/Dialogs.h"
-#include "frontends/LyXView.h"
+
+
+namespace lyx {
 
 using std::string;
 
@@ -49,3 +51,6 @@ void print_mailer_error(string const & class_name,
               << "Expected arg " << arg_id << " to be \"" << arg << "\"\n"
               << std::endl;
 }
+
+
+} // namespace lyx