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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user