]> git.mxchange.org Git - flightgear.git/blobdiff - Cockpit/hud.h
Changed #ifdef FILE_H to #ifdef _FILE_H
[flightgear.git] / Cockpit / hud.h
index f07ab2becf1cc185b3e8c115eebb0b07fe380dfd..012ab584231f69b82651f8fcc3c7737ed8579776 100644 (file)
  **************************************************************************/
 
 
-#ifndef HUD_H
-#define HUD_H
+#ifndef _HUD_H
+#define _HUD_H
 
 
-#include "../Aircraft/aircraft.h"
-#include "../Flight/flight.h"
-#include "../Controls/controls.h"
+#include <Aircraft/aircraft.h>
+#include <Flight/flight.h>
+#include <Controls/controls.h>
 
 
 /* Instrument types */
@@ -229,14 +229,21 @@ void fgUpdateHUD( Hptr hud );
 void fgUpdateHUD2( struct HUD *hud );
 
 
-#endif /* HUD_H */
+#endif /* _HUD_H */
 
 
 /* $Log$
-/* Revision 1.4  1998/01/19 18:40:21  curt
-/* Tons of little changes to clean up the code and to remove fatal errors
-/* when building with the c++ compiler.
+/* Revision 1.6  1998/01/22 02:59:30  curt
+/* Changed #ifdef FILE_H to #ifdef _FILE_H
 /*
+ * Revision 1.5  1998/01/19 19:27:01  curt
+ * Merged in make system changes from Bob Kuehne <rpk@sgi.com>
+ * This should simplify things tremendously.
+ *
+ * Revision 1.4  1998/01/19 18:40:21  curt
+ * Tons of little changes to clean up the code and to remove fatal errors
+ * when building with the c++ compiler.
+ *
  * Revision 1.3  1997/12/30 16:36:41  curt
  * Merged in Durk's changes ...
  *