mirror of
https://github.com/edisionnano/QDiskInfo.git
synced 2026-03-07 11:59:57 +03:00
Move local headers above global includes
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include "diskitem.h"
|
||||
|
||||
#include <QDialog>
|
||||
#include <QGridLayout>
|
||||
#include <QPushButton>
|
||||
#include <QScrollArea>
|
||||
|
||||
#include "diskitem.h"
|
||||
|
||||
class GridView : public QWidget {
|
||||
Q_OBJECT
|
||||
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include "utils.h"
|
||||
#include "gridview.h"
|
||||
|
||||
#include <QAction>
|
||||
#include <QActionGroup>
|
||||
#include <QJsonObject>
|
||||
@@ -13,9 +16,6 @@
|
||||
#include <QProcess>
|
||||
#include <cmath>
|
||||
|
||||
#include "utils.h"
|
||||
#include "gridview.h"
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
namespace Ui {
|
||||
class MainWindow;
|
||||
|
||||
Reference in New Issue
Block a user