aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitops.h (renamed from lib/bitops.h)0
-rw-r--r--lmr/lmr.h1
-rw-r--r--pciutils.h2
3 files changed, 1 insertions, 2 deletions
diff --git a/lib/bitops.h b/bitops.h
index 029741e..029741e 100644
--- a/lib/bitops.h
+++ b/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 <stdbool.h>
#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.