mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-23 21:35:29 +03:00
Don't include lvm-version.h in exported liblvm file!
Move include of lvm-version.h into lvm_base.c where it belongs.
This commit is contained in:
parent
89f096d68e
commit
0148ff5ea2
@ -14,7 +14,6 @@
|
||||
#ifndef _LIB_LVM2APP_H
|
||||
#define _LIB_LVM2APP_H
|
||||
|
||||
#include "lvm-version.h"
|
||||
#include "libdevmapper.h"
|
||||
|
||||
#include <stdint.h>
|
||||
|
@ -16,6 +16,7 @@
|
||||
#include "lvm2app.h"
|
||||
#include "toolcontext.h"
|
||||
#include "locking.h"
|
||||
#include "lvm-version.h"
|
||||
|
||||
const char *lvm_library_get_version(void)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user