]> git.lyx.org Git - lyx.git/blobdiff - src/Compare.h
\\spellchecker_ignore: use LyX language name rather than langcode
[lyx.git] / src / Compare.h
index 40ecf5c23aec832a42f3108782bfb9a2a2609341..1c93fb58cee64c17ca8f0a1dfd7ce3a58ecee5c4 100644 (file)
@@ -12,8 +12,6 @@
 #ifndef COMPARE_H
 #define COMPARE_H
 
-#include "Buffer.h"
-
 #include <QObject>
 #include <QThread>
 #include <QTimer>
@@ -22,6 +20,8 @@
 
 namespace lyx {
 
+class Buffer;
+
 /**
  * The options that are used by the Comparison algorithm
  * and are set in the GuiCompare Dialog.