From ac0ffd266053416c60b85f54c22b5989491c79bc 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