Expression: split Expression.h to ExpressionParser.h

Split Expression details into a separate header to reduce recompilation
time on changes.
This commit is contained in:
Zheng, Lei
2019-08-26 12:09:09 +08:00
committed by wmayer
parent d141975701
commit ea7eee8061
19 changed files with 546 additions and 497 deletions

View File

@@ -43,6 +43,7 @@
#include "Utils.h"
#include <PropertySheetPy.h>
#include <App/ExpressionVisitors.h>
#include <App/ExpressionParser.h>
FC_LOG_LEVEL_INIT("Spreadsheet", true, true)
using namespace App;