]> git.lyx.org Git - lyx.git/blobdiff - src/Thesaurus.h
Cache icons of dynamic menu buttons
[lyx.git] / src / Thesaurus.h
index 52987cdd1377fdea6bcf41ad4701e927590e1b98..9c13b044cb9ecf30980b0bbdb9b3073d0a046eb9 100644 (file)
 #ifndef THESAURUS_H
 #define THESAURUS_H
 
-#include "support/docstring.h"
-#include "WordLangTuple.h"
+#include "support/strfwd.h"
 
 #include <map>
 #include <vector>
 
 namespace lyx {
 
+class WordLangTuple;
+
 /**
  * This class provides an interface to whatever thesauri we might support.
  */