Skip to content

Commit

Permalink
Celan a little headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
przemek83 committed Dec 30, 2024
1 parent c40634d commit c57b796
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 10 deletions.
2 changes: 0 additions & 2 deletions include/eible/ColumnType.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

#include <QMetaType>

#include "eible_global.h"

enum class ColumnType : char
{
UNKNOWN = -1,
Expand Down
5 changes: 2 additions & 3 deletions include/eible/ExportDsv.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
#pragma once

#include "ExportData.h"
#include <QLocale>

#include "ExportData.h"
#include "eible_global.h"

#include <QLocale>

class QAbstractItemView;
class QIODevice;

Expand Down
3 changes: 1 addition & 2 deletions include/eible/ImportOds.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
#pragma once

#include "ImportSpreadsheet.h"

#include <optional>

#include <QHash>

#include "ImportSpreadsheet.h"
#include "eible_global.h"

class QuaZipFile;
Expand Down
1 change: 0 additions & 1 deletion include/eible/ImportXlsx.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#include <QtXml/QDomDocument>

#include "ImportSpreadsheet.h"

#include "eible_global.h"

class QuaZip;
Expand Down
1 change: 0 additions & 1 deletion src/ExportXlsx.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#include <eible/ExportXlsx.h>

#include <quazip/quazipfile.h>

#include <QAbstractItemView>
#include <QCoreApplication>
#include <QFile>
Expand Down
1 change: 0 additions & 1 deletion tests/ExportXlsxTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#include <eible/ExportXlsx.h>
#include <quazip/quazip.h>
#include <quazip/quazipfile.h>

#include <QBuffer>
#include <QCryptographicHash>
#include <QTableView>
Expand Down

0 comments on commit c57b796

Please sign in to comment.