summaryrefslogtreecommitdiff
path: root/opengl/libagl/TextureObjectManager.h
diff options
context:
space:
mode:
author Steven Moreland <smoreland@google.com> 2018-02-23 14:57:20 -0800
committer Steven Moreland <smoreland@google.com> 2018-02-23 15:02:42 -0800
commit2716e111df2b7cd2490029f4c88bcc6543c93416 (patch)
tree4d63083e7ab65b8c5c7c9520ee2c187daf20fd3a /opengl/libagl/TextureObjectManager.h
parente9f6953dea90f262e3c22e90001ee458b3ea40c2 (diff)
Don't use cutils/Atomic.h
Test: builds Change-Id: Idb7a51db4382e1012afe12df3c9fe807922b17fe
Diffstat (limited to 'opengl/libagl/TextureObjectManager.h')
-rw-r--r--opengl/libagl/TextureObjectManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/libagl/TextureObjectManager.h b/opengl/libagl/TextureObjectManager.h
index de9e03eab8..9cf8771329 100644
--- a/opengl/libagl/TextureObjectManager.h
+++ b/opengl/libagl/TextureObjectManager.h
@@ -21,7 +21,7 @@
#include <stddef.h>
#include <sys/types.h>
-#include <utils/Atomic.h>
+#include <cutils/atomic.h>
#include <utils/threads.h>
#include <utils/RefBase.h>
#include <utils/KeyedVector.h>