Remove more unneeded headers
This commit is contained in:
parent
127fb9370b
commit
63f3071445
9 changed files with 103 additions and 113 deletions
|
|
@ -15,15 +15,10 @@
|
|||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <QApplication>
|
||||
#include <QDesktopWidget>
|
||||
#include <QSettings>
|
||||
#include <QShortcut>
|
||||
|
||||
#include "Config.h"
|
||||
#include "Logging.h"
|
||||
#include "Splitter.h"
|
||||
#include "Utils.h"
|
||||
|
||||
constexpr auto MaxWidth = (1 << 24) - 1;
|
||||
|
||||
|
|
@ -180,4 +175,3 @@ splitter::calculateSidebarSizes(const QFont &f)
|
|||
|
||||
return sz;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue