mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-06 17:53:23 +08:00
Added qmake project files / standardized #includes
This commit is contained in:
@@ -5,10 +5,10 @@
|
||||
|
||||
#include <iostream>
|
||||
|
||||
#include <blackcore/matrix_3d.h>
|
||||
#include <blackcore/vector_geo.h>
|
||||
#include <blackcore/vector_3d.h>
|
||||
#include <blackcore/interpolator.h>
|
||||
#include "blackcore/matrix_3d.h"
|
||||
#include "blackcore/vector_geo.h"
|
||||
#include "blackcore/vector_3d.h"
|
||||
#include "blackcore/interpolator.h"
|
||||
|
||||
using namespace std;
|
||||
using namespace BlackCore;
|
||||
|
||||
Reference in New Issue
Block a user