Remove stray dependencies to the system fmt.

This commit is contained in:
David Given
2019-07-03 22:34:04 +02:00
parent e2bb13ab16
commit 20d143248b
22 changed files with 46 additions and 45 deletions

View File

@@ -8,7 +8,7 @@
#include "sectorset.h"
#include "record.h"
#include "ibm/ibm.h"
#include <fmt/format.h>
#include "fmt/format.h"
static FlagGroup flags { &readerFlags };