mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
refactor: clang-format
This commit is contained in:
@@ -4,18 +4,20 @@
|
||||
//! \file
|
||||
//! \ingroup samplemiscquantities
|
||||
|
||||
#include "samplesaviation.h"
|
||||
#include "samplesgeo.h"
|
||||
#include "samplesphysicalquantities.h"
|
||||
#include "core/application.h"
|
||||
#include "misc/directoryutils.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include <QCoreApplication>
|
||||
#include <QIODevice>
|
||||
#include <QTextStream>
|
||||
#include <QtGlobal>
|
||||
|
||||
#include "samplesaviation.h"
|
||||
#include "samplesgeo.h"
|
||||
#include "samplesphysicalquantities.h"
|
||||
|
||||
#include "core/application.h"
|
||||
#include "misc/directoryutils.h"
|
||||
|
||||
using namespace swift::misc;
|
||||
using namespace swift::sample;
|
||||
using namespace swift::core;
|
||||
|
||||
Reference in New Issue
Block a user