]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfind.h
Refactor InsetQuotes.h enums
[lyx.git] / src / lyxfind.h
index bfaae8f43d96d6bfdda818cabdda8637eafd7fdc..9daf4c8d74e560433d1ba11c01c3a04175562afe 100644 (file)
 
 namespace lyx {
 
-
-
-class Buffer;
 class Cursor;
 class BufferView;
 class DocIterator;
 class FuncRequest;
-class Text;
 
 /** Encode the parameters needed to find \c search as a string
  *  that can be dispatched to the LyX core in a FuncRequest wrapper.