aqhome: moved datafile implementations into their own folder.

This commit is contained in:
Martin Preuss
2024-09-13 21:43:00 +02:00
parent 7a5900be25
commit 4687a8726b
8 changed files with 166 additions and 10 deletions

View File

@@ -13,7 +13,7 @@
#include "aqhome/data/storage_p.h"
#include "aqhome/data/storage_readxml.h"
#include "aqhome/data/storage_writexml.h"
#include "aqhome/data/datafile_direct.h"
#include "aqhome/data/datafile/df_direct/df_direct.h"
#include <gwenhywfar/debug.h>
#include <gwenhywfar/xml.h>