Remove duplicate headers between cpp/h files

This commit is contained in:
Laurent Montel 2022-12-20 21:54:57 +01:00
parent 2fd151774c
commit 7d3bf84e9d
3 changed files with 0 additions and 3 deletions

View file

@ -9,7 +9,6 @@
#include "bottombarcontentscontainer.h"
#include "backgroundcolorhelper.h"
#include "global.h"
#include <QGridLayout>
#include <QResizeEvent>

View file

@ -18,7 +18,6 @@
#include <QHBoxLayout>
#include <QLabel>
#include <QMenu>
#include <QPushButton>
#include <QToolButton>
#include <QVBoxLayout>

View file

@ -15,7 +15,6 @@
#include <QHBoxLayout>
#include <QLabel>
#include <QPropertyAnimation>
#include <QPushButton>
#include <QScrollArea>
#include <QStyle>