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 "bottombarcontentscontainer.h"
#include "backgroundcolorhelper.h" #include "backgroundcolorhelper.h"
#include "global.h"
#include <QGridLayout> #include <QGridLayout>
#include <QResizeEvent> #include <QResizeEvent>

View file

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

View file

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