xo-reader2: refactor: move deftype impl to deftype/ subdir
This commit is contained in:
parent
309af002d2
commit
af978694ac
10 changed files with 12 additions and 14 deletions
|
|
@ -26,8 +26,8 @@ set(SELF_SRCS
|
|||
IPrintable_DDefineSsm.cpp
|
||||
|
||||
DDeftypeSsm.cpp
|
||||
ISyntaxStateMachine_DDeftypeSsm.cpp
|
||||
IPrintable_DDeftypeSsm.cpp
|
||||
facet/ISyntaxStateMachine_DDeftypeSsm.cpp
|
||||
facet/IPrintable_DDeftypeSsm.cpp
|
||||
|
||||
DIfElseSsm.cpp
|
||||
facet/ISyntaxStateMachine_DIfElseSsm.cpp
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
* [idl/IPrintable_DDeftypeSsm.json5]
|
||||
**/
|
||||
|
||||
#include "ssm/IPrintable_DDeftypeSsm.hpp"
|
||||
#include "deftype/IPrintable_DDeftypeSsm.hpp"
|
||||
|
||||
namespace xo {
|
||||
namespace scm {
|
||||
|
|
@ -11,7 +11,7 @@
|
|||
* [idl/ISyntaxStateMachine_DDeftypeSsm.json5]
|
||||
**/
|
||||
|
||||
#include "ssm/ISyntaxStateMachine_DDeftypeSsm.hpp"
|
||||
#include "deftype/ISyntaxStateMachine_DDeftypeSsm.hpp"
|
||||
|
||||
namespace xo {
|
||||
namespace scm {
|
||||
Loading…
Add table
Add a link
Reference in a new issue