Delete nasal.h
This commit is contained in:
parent
6b6fcd9a49
commit
07eba2e9ee
|
@ -1,17 +0,0 @@
|
||||||
#ifndef __NASAL_H__
|
|
||||||
#define __NASAL_H__
|
|
||||||
|
|
||||||
#include <iostream>
|
|
||||||
#include <cstring>
|
|
||||||
#include "nasal_list.h"
|
|
||||||
#include "nasal_func.h"
|
|
||||||
#include "nasal_hash.h"
|
|
||||||
|
|
||||||
#include "nasal_list.cpp"
|
|
||||||
#include "nasal_hash.cpp"
|
|
||||||
|
|
||||||
#include "nasal_var_stack.h"
|
|
||||||
#include "nasal_func_stack.h"
|
|
||||||
#include "nasal_lexer.h"
|
|
||||||
|
|
||||||
#endif
|
|
Loading…
Reference in New Issue