From 37df3de51dae1044b930715387716abe0df03c73 Mon Sep 17 00:00:00 2001 From: curt Date: Wed, 13 May 1998 18:25:34 +0000 Subject: [PATCH] Root path info moved to fgOPTIONS. --- Astro/orbits.cxx | 17 ++++++++++------- Astro/stars.cxx | 15 +++++++++------ Main/airports.cxx | 11 +++++++---- Scenery/scenery.cxx | 23 +++++++++++++---------- Scenery/tilecache.cxx | 16 +++++++++------- Time/light.cxx | 15 +++++++++------ 6 files changed, 57 insertions(+), 40 deletions(-) diff --git a/Astro/orbits.cxx b/Astro/orbits.cxx index df8f94d06..bf30e94a7 100644 --- a/Astro/orbits.cxx +++ b/Astro/orbits.cxx @@ -32,7 +32,7 @@ #include #include -#include +#include
#include