gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.
[mesa.git] / src / gallium / winsys / drm / intel / gem / intel_drm_fence.c
index e7622766b823fe3dce3545f2f41c823dca76160a..677046b848f30b07c74f906ac1fdbb50a1051526 100644 (file)
@@ -1,7 +1,7 @@
 
 #include "intel_drm_winsys.h"
 #include "util/u_memory.h"
-#include "pipe/p_atomic.h"
+#include "util/u_atomic.h"
 
 /**
  * Because gem does not have fence's we have to create our own fences.