Move the external file format stuff into its own module.

This commit is contained in:
David Given
2024-10-15 00:46:46 +02:00
parent ea4a147751
commit 7983a4b883
40 changed files with 96 additions and 154 deletions

View File

@@ -4,7 +4,7 @@
#include "lib/fluxsource/fluxsource.pb.h"
#include "lib/core/utils.h"
#include "lib/fluxsource/fluxsource.h"
#include "lib/scp.h"
#include "lib/external/scp.h"
#include "lib/config/proto.h"
#include "lib/core/logger.h"
#include <fstream>