moved shell into its own projcet directory
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include "shell.h"
|
||||
#include "stlio.h"
|
||||
#include "mem.h"
|
||||
#include "pit.h"
|
||||
#include "../stlio.h"
|
||||
#include "../mem.h"
|
||||
#include "../pit.h"
|
||||
|
||||
char line[LINE_LENGTH];
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "types.h"
|
||||
#include "../types.h"
|
||||
|
||||
void strip_newline(char*);
|
||||
|
||||
Reference in New Issue
Block a user