mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-06 01:06:31 +08:00
Fix unit test header includes
* Include only what is used * Use forward declaration when possible * Sorted includes refs #598
This commit is contained in:
@@ -14,17 +14,19 @@
|
||||
* \ingroup testblackmisc
|
||||
*/
|
||||
|
||||
#include "testphysicalquantities.h"
|
||||
#include "testaviation.h"
|
||||
#include "testblackmiscmain.h"
|
||||
#include "testcontainers.h"
|
||||
#include "testgeo.h"
|
||||
#include "testidentifier.h"
|
||||
#include "testcontainers.h"
|
||||
#include "testvariantandmap.h"
|
||||
#include "testinput.h"
|
||||
#include "testvaluecache.h"
|
||||
#include "testblackmiscmain.h"
|
||||
#include "testweather.h"
|
||||
#include "testmath.h"
|
||||
#include "testphysicalquantities.h"
|
||||
#include "testvaluecache.h"
|
||||
#include "testvariantandmap.h"
|
||||
#include "testweather.h"
|
||||
|
||||
#include <QTest>
|
||||
|
||||
namespace BlackMiscTest
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user