From: Martin Mares Date: Sat, 17 Feb 2024 23:07:14 +0000 (+0100) Subject: bitops.h should not be included from public pci.h X-Git-Tag: v3.11.0~45 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=4c93c5d3fa620cf5296d48528cba6971d15affce;p=pciutils.git bitops.h should not be included from public pci.h --- 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.