From 56d361888f99f97f8efe3b9912341477c3041f8e Mon Sep 17 00:00:00 2001 From: Valk Richard Li <48872266+ValKmjolnir@users.noreply.github.com> Date: Thu, 8 Aug 2019 22:45:41 +0800 Subject: [PATCH] Delete nasal.h --- nasal.h | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 nasal.h diff --git a/nasal.h b/nasal.h deleted file mode 100644 index e5dca51..0000000 --- a/nasal.h +++ /dev/null @@ -1,17 +0,0 @@ -#ifndef __NASAL_H__ -#define __NASAL_H__ - -#include -#include -#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