]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/ATCDialog.cxx
If it's a struct, it's not a class
[flightgear.git] / src / ATC / ATCDialog.cxx
index b2b6964cdcbdd15f39f568103e11011dc6fa4354..8fc3e0f1efbb3c83a2cb53ab8d70c003733f16b4 100644 (file)
 //
 // You should have received a copy of the GNU General Public License
 // along with this program; if not, write to the Free Software
-// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
 
 #include <simgear/compiler.h>
 
 #include <Airports/simple.hxx>
 
 #include <sstream>
-#include <map>
 
 SG_USING_STD(ostringstream);
-SG_USING_STD(map);
 
 FGATCDialog *current_atcdialog;