aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2024-02-18 00:07:14 +0100
committerMartin Mares <mj@ucw.cz>2024-02-18 00:07:14 +0100
commit4c93c5d3fa620cf5296d48528cba6971d15affce (patch)
treed91a700b90041daa946acc96d3b55bca96b635c0
parent8a5a29c64fd367d4798fc47c4ad6a0cd85dc60c3 (diff)
downloadpciutils-4c93c5d3fa620cf5296d48528cba6971d15affce.tar.gz
bitops.h should not be included from public pci.h
-rw-r--r--ChangeLog6
-rw-r--r--lib/pci.h1
-rw-r--r--lmr/lmr.h1
-rw-r--r--pciutils.h1
4 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5243feb..39df713 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-02-17 Martin Mares <mj@ucw.cz>
+
+ * Will be released as 3.11.0.
+
+ * All source files now have SPDX license identifiers.
+
2023-05-01 Martin Mares <mj@ucw.cz>
* 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 <stdbool.h>
#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.