]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ExternalSupport.h
Some things did not need to be mutable after all
[lyx.git] / src / insets / ExternalSupport.h
index 79b4e1b5d1f1d76c497f1169947f5011549efc10..cd42572137d55ce4f0ccf4029c6537183ee870b1 100644 (file)
 #ifndef EXTERNALSUPPORT_H
 #define EXTERNALSUPPORT_H
 
-#include "support/docstream.h"
+#include <string>
+
 
 namespace lyx {
 
 class Buffer;
 class ExportData;
 class InsetExternalParams;
+class otexstream;
 
 namespace external {
 
@@ -37,7 +39,8 @@ void editExternal(InsetExternalParams const & params,
 enum Substitute {
        ALL,
        PATHS,
-       ALL_BUT_PATHS
+       ALL_BUT_PATHS,
+       FORMATS
 };
 
 /** Substitute meta-variables in string \p s, making use of \p params and