Tweak #includes to use double quotes for local files not <>
This commit is contained in:
parent
de1c8ef06e
commit
ec346bf0ef
3 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#ifndef _JSINPUT_H
|
||||
#define _JSINPUT_H
|
||||
|
||||
#include <jssuper.h>
|
||||
#include "jssuper.h"
|
||||
|
||||
class jsInput {
|
||||
private:
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
|
||||
|
||||
#include <jssuper.h>
|
||||
#include "jssuper.h"
|
||||
|
||||
|
||||
jsSuper::jsSuper(void) {
|
||||
|
|
Loading…
Add table
Reference in a new issue