xo-reader2: refactor: move ExpectFormalArgSsm support -> subdir

This commit is contained in:
Roland Conybeare 2026-03-17 12:57:41 -04:00
commit f4514fc667
11 changed files with 18 additions and 25 deletions

View file

@ -5,8 +5,8 @@
#pragma once
#include "DExpectFormalArgSsm.hpp"
#include "ssm/ISyntaxStateMachine_DExpectFormalArgSsm.hpp"
#include "ssm/IPrintable_DExpectFormalArgSsm.hpp"
#include "expect_formal_arg/DExpectFormalArgSsm.hpp"
#include "expect_formal_arg/ISyntaxStateMachine_DExpectFormalArgSsm.hpp"
#include "expect_formal_arg/IPrintable_DExpectFormalArgSsm.hpp"
/* end ExpectFormalArgSsm.hpp */