1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-08-03 08:22:00 +03:00

cleanup: do include lvm headers in libdm build

Relocate some defines from lvm headers to those
few shared between libdm and lib code.
This commit is contained in:
Zdenek Kabelac
2014-04-04 21:13:29 +02:00
parent 5553a099d1
commit d4d8060ff4
2 changed files with 8 additions and 8 deletions

View File

@ -21,11 +21,6 @@
#include "libdevmapper.h"
/* Define some portable printing types */
#define PRIsize_t "zu"
#define PRIptrdiff_t "td"
#define PRIpid_t PRId32
struct str_list {
struct dm_list list;
const char *str;