vpnor: Rename pnor_partition_defs sources to ffs
Change-Id: I1bb919eec2a12403474d58540c52beab8664b8b8
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
diff --git a/vpnor/test/toc_flags.cpp b/vpnor/test/toc_flags.cpp
index 13bd016..181c7b2 100644
--- a/vpnor/test/toc_flags.cpp
+++ b/vpnor/test/toc_flags.cpp
@@ -8,7 +8,7 @@
#include <cassert>
#include "common.h"
-#include "vpnor/pnor_partition_defs.h"
+#include "vpnor/ffs.h"
static constexpr auto BLOCK_SIZE = 4 * 1024;
static constexpr auto DATA_MASK = ((1 << 24) - 1);