commit | de08ca2d69609f58e7787620f13d3b05c19697e5 | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@aj.id.au> | Mon Mar 18 13:23:46 2019 +1030 |
committer | Andrew Jeffery <andrew@aj.id.au> | Tue Mar 19 16:41:17 2019 +1030 |
tree | 115cbb4f9743e73d06405c534b592e1188e5430e | |
parent | fb01e14eb11f7862066e1ef29a9b25504a52b4db [diff] [blame] |
vpnor: Rename pnor_partition_table sources to table Change-Id: I95c5129aa81a7b4a4d88ce2f7edf6a10a3c94b98 Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
diff --git a/vpnor/test/toc_overlap.cpp b/vpnor/test/toc_overlap.cpp index 18b7151..96e4d95 100644 --- a/vpnor/test/toc_overlap.cpp +++ b/vpnor/test/toc_overlap.cpp
@@ -2,7 +2,7 @@ // Copyright (C) 2018 IBM Corp. #include "config.h" -#include "vpnor/pnor_partition_table.hpp" +#include "vpnor/table.hpp" #include <cassert> #include <cstring>