xo-reader2: refactor: move deftype impl to deftype/ subdir

This commit is contained in:
Roland Conybeare 2026-03-11 10:32:31 -05:00
commit af978694ac
10 changed files with 12 additions and 14 deletions

View file

@ -6,12 +6,10 @@
#include "DToplevelSeqSsm.hpp"
#include "ssm/ISyntaxStateMachine_DToplevelSeqSsm.hpp"
#include "DDefineSsm.hpp"
#include "DDeftypeSsm.hpp"
#include "DeftypeSsm.hpp"
#include "LambdaSsm.hpp"
//#include "lambda/DLambdaSsm.hpp"
#include "ProgressSsm.hpp"
#include "IfElseSsm.hpp"
//#include "ifelse/DIfElseSsm.hpp"
#include "QuoteSsm.hpp"
#include "ParenSsm.hpp"
#include "ExpectExprSsm.hpp"