commit | 53dbe77b9f50cdd0de88b9d25dd643e90c8ba68b | [log] [tgz] |
---|---|---|
author | Glenn Kasten <gkasten@google.com> | Tue Jan 06 10:46:38 2015 -0800 |
committer | Glenn Kasten <gkasten@google.com> | Wed Jan 07 09:12:17 2015 -0800 |
tree | c69d11cf3119aaa816cea8a59cc0b63f52a53e69 | |
parent | 81879df8dc51df4d8a3880349e9e1e6b5e3cebfb [diff] [blame] |
Move roundup from frameworks/av to system/media Change-Id: I1083ab739e445e5bd3e3082fc1d3a20cc19601d5
diff --git a/media/libnbaio/Pipe.cpp b/media/libnbaio/Pipe.cpp index 6e0ec8c..13f211d 100644 --- a/media/libnbaio/Pipe.cpp +++ b/media/libnbaio/Pipe.cpp
@@ -21,7 +21,7 @@ #include <cutils/compiler.h> #include <utils/Log.h> #include <media/nbaio/Pipe.h> -#include <media/nbaio/roundup.h> +#include <audio_utils/roundup.h> namespace android {