From 4c93c5d3fa620cf5296d48528cba6971d15affce Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 18 Feb 2024 00:07:14 +0100 Subject: bitops.h should not be included from public pci.h --- ChangeLog | 6 ++++++ lib/pci.h | 1 - lmr/lmr.h | 1 + pciutils.h | 1 + 4 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5243feb..39df713 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2024-02-17 Martin Mares + + * Will be released as 3.11.0. + + * All source files now have SPDX license identifiers. + 2023-05-01 Martin Mares * Released as 3.10.0. diff --git a/lib/pci.h b/lib/pci.h index d309cbb..03b4c41 100644 --- a/lib/pci.h +++ b/lib/pci.h @@ -17,7 +17,6 @@ #include "header.h" #include "types.h" -#include "bitops.h" #define PCI_LIB_VERSION 0x030a00 diff --git a/lmr/lmr.h b/lmr/lmr.h index 7375c33..f728fca 100644 --- a/lmr/lmr.h +++ b/lmr/lmr.h @@ -14,6 +14,7 @@ #include #include "pciutils.h" +#include "lib/bitops.h" #define MARGIN_STEP_MS 1000 diff --git a/pciutils.h b/pciutils.h index 95c26e6..9e85089 100644 --- a/pciutils.h +++ b/pciutils.h @@ -10,6 +10,7 @@ #include "lib/pci.h" #include "lib/sysdep.h" +#include "lib/bitops.h" /* * gcc predefines macro __MINGW32__ for all MinGW targets. -- cgit 1.2.3-korg