From: ehofman Date: Sat, 23 Aug 2008 13:09:24 +0000 (+0000) Subject: remove redundant semi-colon X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d8f5529d217c3710bcece9244f1f41cfb8550669;p=flightgear.git remove redundant semi-colon --- diff --git a/src/Navaids/fixlist.cxx b/src/Navaids/fixlist.cxx index 17a58b17a..2749cf22c 100644 --- a/src/Navaids/fixlist.cxx +++ b/src/Navaids/fixlist.cxx @@ -32,7 +32,7 @@ #include #include "fixlist.hxx" -#include "Airports/simple.hxx"; +#include "Airports/simple.hxx" using std::pair;