From: curt Date: Mon, 10 Dec 2001 23:00:27 +0000 (+0000) Subject: Tweak #includes to use double quotes for local files not <> X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ec346bf0ef0bab734644a481cd1d114995ff109c;p=flightgear.git Tweak #includes to use double quotes for local files not <> --- diff --git a/src/Input/jsinput.cxx b/src/Input/jsinput.cxx index 51c6cb7f4..271325884 100644 --- a/src/Input/jsinput.cxx +++ b/src/Input/jsinput.cxx @@ -18,7 +18,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -#include +#include "jsinput.h" jsInput::jsInput(jsSuper *j) { jss=j; diff --git a/src/Input/jsinput.h b/src/Input/jsinput.h index a9a37780d..131f69db5 100644 --- a/src/Input/jsinput.h +++ b/src/Input/jsinput.h @@ -23,7 +23,7 @@ #ifndef _JSINPUT_H #define _JSINPUT_H -#include +#include "jssuper.h" class jsInput { private: diff --git a/src/Input/jssuper.cxx b/src/Input/jssuper.cxx index 49141da12..a6d03f3d7 100644 --- a/src/Input/jssuper.cxx +++ b/src/Input/jssuper.cxx @@ -19,7 +19,7 @@ // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -#include +#include "jssuper.h" jsSuper::jsSuper(void) {