From 1ffd04a805a5b72fdc95748401225c285493d65a Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 18 Feb 2024 12:07:50 +0100 Subject: [PATCH] bitops.h moved to root It is a part of the utilities, not of libpci. --- lib/bitops.h => bitops.h | 0 lmr/lmr.h | 1 - pciutils.h | 2 +- 3 files changed, 1 insertion(+), 2 deletions(-) rename lib/bitops.h => bitops.h (100%) diff --git a/lib/bitops.h b/bitops.h similarity index 100% rename from lib/bitops.h rename to bitops.h diff --git a/lmr/lmr.h b/lmr/lmr.h index f728fca..7375c33 100644 --- a/lmr/lmr.h +++ b/lmr/lmr.h @@ -14,7 +14,6 @@ #include #include "pciutils.h" -#include "lib/bitops.h" #define MARGIN_STEP_MS 1000 diff --git a/pciutils.h b/pciutils.h index 9e85089..036f0dc 100644 --- a/pciutils.h +++ b/pciutils.h @@ -10,7 +10,7 @@ #include "lib/pci.h" #include "lib/sysdep.h" -#include "lib/bitops.h" +#include "bitops.h" /* * gcc predefines macro __MINGW32__ for all MinGW targets. -- 2.39.2