]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/native_ctrls.hxx
- rename fgcommand "set-mouse" to "set-cursor"
[flightgear.git] / src / Network / native_ctrls.hxx
index 7d5be525e436463c6a11c11e1f362ff7c8c731df..9ebb919cea26476e7b6240fdcabe83e9b8b901e9 100644 (file)
@@ -16,7 +16,7 @@
 //
 // 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.
 //
 // $Id$
 
 
 #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;