1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-30 17:18:21 +03:00

Split out dm-logging.h from log.h

This commit is contained in:
Alasdair Kergon 2008-10-30 17:24:04 +00:00
parent 10a9579a63
commit 0b1bf1f56b
3 changed files with 3 additions and 4 deletions

View File

@ -1,5 +1,6 @@
Version 1.02.29 -
=====================================
Split out dm-logging.h from log.h.
Use lvm-types.h.
Add usrsbindir to configure.

View File

@ -13,9 +13,7 @@
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "libdevmapper.h"
#include "list.h"
#include "log.h"
#include "lib.h"
#include <ctype.h>

View File

@ -22,7 +22,7 @@
#include "configure.h"
#include "libdevmapper.h"
#include "log.h"
#include "dm-logging.h"
#include <stdio.h>
#include <stdlib.h>