]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ControlSendto.C
Add a buffer_path arg to InsetGraphicsMailer's params2string, string2params.
[lyx.git] / src / frontends / controllers / ControlSendto.C
index e2053ce496b7a3a6362d88c89f61884b818eb3b9..75f76fdc46d3daa6bf7c892b95a9c7c21bcfca60 100644 (file)
@@ -1,6 +1,7 @@
 /**
  * \file ControlSendto.C
- * See the file COPYING.
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
  * \author Angus Leeming
  *
 
 #include <config.h>
 
-#ifdef __GNUG__
-#pragma implementation
-#endif
 
 #include "ControlSendto.h"
 #include "ViewBase.h"
 #include "buffer.h"
 #include "converter.h"
+#include "format.h"
 #include "exporter.h"
 #include "gettext.h"
 #include "lyxrc.h"
@@ -25,6 +24,8 @@
 #include "support/lstrings.h"
 #include "support/systemcall.h"
 
+using namespace lyx::support;
+
 using std::vector;