remove redundant semi-colon
This commit is contained in:
parent
341216e56a
commit
d8f5529d21
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
||||||
#include <simgear/math/sg_geodesy.hxx>
|
#include <simgear/math/sg_geodesy.hxx>
|
||||||
|
|
||||||
#include "fixlist.hxx"
|
#include "fixlist.hxx"
|
||||||
#include "Airports/simple.hxx";
|
#include "Airports/simple.hxx"
|
||||||
|
|
||||||
using std::pair;
|
using std::pair;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue