]> git.mxchange.org Git - flightgear.git/commitdiff
One more fix for a working windows build.
authorTorsten Dreyer <Torsten@t3r.de>
Mon, 28 Jun 2010 11:53:17 +0000 (13:53 +0200)
committerTorsten Dreyer <Torsten@t3r.de>
Mon, 28 Jun 2010 11:53:17 +0000 (13:53 +0200)
src/Autopilot/logic.hxx

index 34c27c10d9c79408938ed8082b553fa8640c3bf7..44add3a43966d4fe793d0cddd694645860e8a633 100644 (file)
 #ifndef __LOGICCOMPONENT_HXX
 #define __LOGICCOMPONENT_HXX 1
 
-#include "digitalcomponent.hxx"
-
 #ifdef HAVE_CONFIG_H
 #  include <config.h>
 #endif
 
+#include "digitalcomponent.hxx"
+
 namespace FGXMLAutopilot {
 
 /**