~adamreichold/qpdfview/trunk

« back to all changes in this revision

Viewing changes to sources/pdfmodel.cpp

  • Committer: Adam Reichold
  • Date: 2013-11-10 13:35:17 UTC
  • Revision ID: adamreichold@myopera.com-20131110133517-qjdjgeh09qd23srh
remove several redundant includes

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
#include "pdfmodel.h"
23
23
 
24
 
#include <QCheckBox>
25
 
#include <QComboBox>
26
24
#include <QFormLayout>
27
25
#include <QMessageBox>
28
26
#include <QSettings>
29
 
#include <QStandardItemModel>
30
27
 
31
28
#if QT_VERSION >= QT_VERSION_CHECK(5,0,0)
32
29