]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/native_ctrls.hxx
Add a lower-bound type navaid lookup, and the ability to specify navaid type in the...
[flightgear.git] / src / Network / native_ctrls.hxx
index 82a995aa45180040cf81ae8e46a5ccfd5a8b0659..0eac591d48023e0d9dcda95a90d9939608b0a5ea 100644 (file)
@@ -2,7 +2,7 @@
 //
 // Written by Curtis Olson, started July 2001.
 //
-// Copyright (C) 2001  Curtis L. Olson - curt@flightgear.org
+// Copyright (C) 2001  Curtis L. Olson - http://www.flightgear.org/~curt
 //
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License as
 
 #include STL_STRING
 
-#include <Controls/controls.hxx>
-
+#include <Aircraft/controls.hxx>
 #include "protocol.hxx"
 #include "net_ctrls.hxx"
 
 SG_USING_STD(string);
 
-
 class FGNativeCtrls : public FGProtocol {
 
     FGNetCtrls net_ctrls;