mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-25 01:18:38 -05:00
Make all include directives identical
Fixes the 5 includes that are different from the majority: grep -Ehr "#include .+export" --include=*.h | sort | uniq -c 769 #include "export.h" 5 #include "../../exports/export.h"
This commit is contained in:
parent
fe84c20aff
commit
004811d83d
@ -20,7 +20,7 @@
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
#include "../../exports/export.h"
|
||||
#include "export.h"
|
||||
|
||||
namespace Ui {
|
||||
class BasicChannelSettingsDialog;
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
#include "../../exports/export.h"
|
||||
#include "export.h"
|
||||
|
||||
namespace Ui {
|
||||
class BasicDeviceSettingsDialog;
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
#include "../../exports/export.h"
|
||||
#include "export.h"
|
||||
|
||||
namespace Ui {
|
||||
class BasicFeatureSettingsDialog;
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
#include "../../exports/export.h"
|
||||
#include "export.h"
|
||||
|
||||
namespace Ui {
|
||||
class DeviceStreamSelectionDialog;
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
#include "../../exports/export.h"
|
||||
#include "export.h"
|
||||
|
||||
namespace Ui {
|
||||
class WebsocketSpectrumSettingsDialog;
|
||||
|
Loading…
Reference in New Issue
Block a user