Use full paths in some includes

This commit is contained in:
Joe Thornber 2013-06-19 17:18:39 +01:00
parent 76bbfcb891
commit a8585f1d68

View File

@ -16,10 +16,10 @@
// with thin-provisioning-tools. If not, see
// <http://www.gnu.org/licenses/>.
#include "disk.h"
#include "disk_structures.h"
#include "recursive.h"
#include "careful_alloc.h"
#include "persistent-data/space-maps/disk.h"
#include "persistent-data/space-maps/disk_structures.h"
#include "persistent-data/space-maps/recursive.h"
#include "persistent-data/space-maps/careful_alloc.h"
#include "persistent-data/checksum.h"
#include "persistent-data/endian_utils.h"