rcuja: remove unneeded bitfield.h
[userspace-rcu.git] / rcuja / rcuja.c
index b9ece1a9e47a2e98e901bc919b5703f91e4391af..0171f2d80ff5db9ef7f7588d3d7b586d46896ac8 100644 (file)
@@ -34,7 +34,6 @@
 #include <stdint.h>
 
 #include "rcuja-internal.h"
-#include "bitfield.h"
 
 #ifndef abs
 #define abs_int(a)     ((int) (a) > 0 ? (int) (a) : -((int) (a)))
This page took 0.026918 seconds and 4 git commands to generate.