From ec346bf0ef0bab734644a481cd1d114995ff109c Mon Sep 17 00:00:00 2001 From: curt Date: Mon, 10 Dec 2001 23:00:27 +0000 Subject: [PATCH] Tweak #includes to use double quotes for local files not <> --- src/Input/jsinput.cxx | 2 +- src/Input/jsinput.h | 2 +- src/Input/jssuper.cxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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) {