From c14bd833b7b1b3b1283d116a87b6f293377f129b Mon Sep 17 00:00:00 2001 From: Radek Novacek Date: Mon, 8 Apr 2013 11:09:53 +0200 Subject: Support for using libopenlmicommon by external providers * add FindOpenLMI.cmake module * add pkgconfig for OpenLMI * add openlmi.c/h with exported functions * add symlink with major version to openlmicommon library Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=948948 --- src/hardware/dmidecode.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/hardware/dmidecode.h') diff --git a/src/hardware/dmidecode.h b/src/hardware/dmidecode.h index 9190ea4..a627553 100644 --- a/src/hardware/dmidecode.h +++ b/src/hardware/dmidecode.h @@ -24,7 +24,6 @@ #include #include #include -#include "globals.h" #include "utils.h" -- cgit