1
0
Fork 0

Tweak #includes to use double quotes for local files not <>

This commit is contained in:
curt 2001-12-10 23:00:27 +00:00
parent de1c8ef06e
commit ec346bf0ef
3 changed files with 3 additions and 3 deletions

View file

@ -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 <jsinput.h>
#include "jsinput.h"
jsInput::jsInput(jsSuper *j) {
jss=j;

View file

@ -23,7 +23,7 @@
#ifndef _JSINPUT_H
#define _JSINPUT_H
#include <jssuper.h>
#include "jssuper.h"
class jsInput {
private:

View file

@ -19,7 +19,7 @@
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#include <jssuper.h>
#include "jssuper.h"
jsSuper::jsSuper(void) {