summaryrefslogtreecommitdiff
path: root/source/core/basic.h
diff options
context:
space:
mode:
authorTim Foley <tfoleyNV@users.noreply.github.com>2017-06-15 15:54:35 -0700
committerGitHub <noreply@github.com>2017-06-15 15:54:35 -0700
commit1353a7854a738ae173aa1b2f3361f54b82757095 (patch)
tree199e9a54596c572015c7b0652e62b941418f483f /source/core/basic.h
parentc34a433d7aa3fdbfefee22f20d5aac2d960f392a (diff)
parent04d43cd71f081f1b8d2f0fd803a47cb6342e4fcd (diff)
Merge pull request #26 from tfoleyNV/cleanup
Cleanup
Diffstat (limited to 'source/core/basic.h')
-rw-r--r--source/core/basic.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/source/core/basic.h b/source/core/basic.h
index 5b0e05e7b..e89d740bf 100644
--- a/source/core/basic.h
+++ b/source/core/basic.h
@@ -6,16 +6,8 @@
#include "slang-string.h"
#include "array.h"
#include "list.h"
-#include "link.h"
#include "smart-pointer.h"
#include "exception.h"
#include "dictionary.h"
-#include "func.h"
-#include "linq.h"
-
-namespace CoreLib
-{
- using namespace Basic;
-}
#endif \ No newline at end of file