]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiCompleter.h
On Linux show in crash message box the backtrace
[lyx.git] / src / frontends / qt4 / GuiCompleter.h
index 20b50e7ab46d85b6475e300426fa25f9215defc4..a02a2c5dd6ea2aeb4dccbb134070fa412497e0ea 100644 (file)
 #ifndef GUICOMPLETER_H
 #define GUICOMPLETER_H
 
-#include "frontends/WorkArea.h"
-
 #include "DocIterator.h"
-#include "qt_helpers.h"
 #include "support/docstring.h"
 
-#include <QAbstractItemModel>
 #include <QCompleter>
-#include <QStringListModel>
 #include <QTimer>
 
 namespace lyx {