From 942017c862373a4ad03ed9fe05f274a1156d5b27 Mon Sep 17 00:00:00 2001 From: Sebastian Kisela Date: Mon, 9 Oct 2017 16:06:11 +0200 Subject: [PATCH] Do not include config.h in libvolume_key.h The library's header file distributed in the devel package cannot include the config.h file that is only available during build otherwise it's not possible to use the library outside of the volume_key build process. --- lib/libvolume_key.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/libvolume_key.h b/lib/libvolume_key.h index 657b626..513f923 100644 --- a/lib/libvolume_key.h +++ b/lib/libvolume_key.h @@ -18,8 +18,6 @@ Author: Miloslav Trmač */ #ifndef LIBVOLUME_KEY_H__ #define LIBVOLUME_KEY_H__ -#include - #include #include -- 2.9.5