Fix moc compile error "No classes found"

Don't include Editor.moc at the end of Editor.cpp, because we no longer
have any classes in that file which use Q_OBJECT.
diff --git a/consumers/corinthia/src/Editor.cpp b/consumers/corinthia/src/Editor.cpp
index 165df1d..01171c9 100644
--- a/consumers/corinthia/src/Editor.cpp
+++ b/consumers/corinthia/src/Editor.cpp
@@ -265,5 +265,3 @@
 
     processCallbacks(_evaluator);
 }
-
-#include <Editor.moc>