summaryrefslogtreecommitdiff
path: root/intellect-framework-from-internet/starts/meaning-vm/habit-starts/common.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'intellect-framework-from-internet/starts/meaning-vm/habit-starts/common.hpp')
-rw-r--r--intellect-framework-from-internet/starts/meaning-vm/habit-starts/common.hpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/intellect-framework-from-internet/starts/meaning-vm/habit-starts/common.hpp b/intellect-framework-from-internet/starts/meaning-vm/habit-starts/common.hpp
deleted file mode 100644
index 950930a..0000000
--- a/intellect-framework-from-internet/starts/meaning-vm/habit-starts/common.hpp
+++ /dev/null
@@ -1,12 +0,0 @@
-#pragma once
-
-#include "../level-1/level-1.hpp"
-#include "../level-2/level-2.hpp"
-
-namespace habitstarts {
-
-using namespace intellect::level2;
-
-decl(habit);
-
-}