#include <QtGui/qmatrix.h> #ifndef QMATRIX_H class QMatrix{ /* Some contents are skipped to improve readability */ private: qreal _m11; /* ... */ }; #endif // QMATRIX_H