diff options
Diffstat (limited to 'akonadish/syntaxtree.cpp')
-rw-r--r-- | akonadish/syntaxtree.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/akonadish/syntaxtree.cpp b/akonadish/syntaxtree.cpp index cd7348e..36a7f41 100644 --- a/akonadish/syntaxtree.cpp +++ b/akonadish/syntaxtree.cpp | |||
@@ -22,13 +22,6 @@ | |||
22 | #include <QCoreApplication> | 22 | #include <QCoreApplication> |
23 | #include <QDebug> | 23 | #include <QDebug> |
24 | 24 | ||
25 | // TODO: needs a proper registry; making "core" modules plugins is | ||
26 | // almost certainly overkill, but this is not the way either | ||
27 | #include "syntax_modules/core_syntax.h" | ||
28 | #include "syntax_modules/akonadi_list.h" | ||
29 | #include "syntax_modules/akonadi_count.h" | ||
30 | #include "syntax_modules/akonadi_sync.h" | ||
31 | |||
32 | SyntaxTree *SyntaxTree::s_module = 0; | 25 | SyntaxTree *SyntaxTree::s_module = 0; |
33 | 26 | ||
34 | Syntax::Syntax() | 27 | Syntax::Syntax() |