summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/drm/intel
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2010-02-02 15:18:01 +0000
committerJosé Fonseca <jfonseca@vmware.com>2010-02-02 15:18:01 +0000
commit2aaca1df9df6980ec88180c8866c8987b31db91a (patch)
treea0f18292d98052d3ff3d77ed06cd8a6f5999cfdd /src/gallium/winsys/drm/intel
parent38f6f23fcf37247fd709d1c612d08bfa9b124e69 (diff)
gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.
Into os/os_thread.h and util/u_atomic.h respectively.
Diffstat (limited to 'src/gallium/winsys/drm/intel')
-rw-r--r--src/gallium/winsys/drm/intel/gem/intel_drm_fence.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/winsys/drm/intel/gem/intel_drm_fence.c b/src/gallium/winsys/drm/intel/gem/intel_drm_fence.c
index e7622766b8..677046b848 100644
--- a/src/gallium/winsys/drm/intel/gem/intel_drm_fence.c
+++ b/src/gallium/winsys/drm/intel/gem/intel_drm_fence.c
@@ -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.