From: Elliott Hughes Date: Wed, 12 Sep 2012 01:47:53 +0000 (-0700) Subject: Don't include directly. X-Git-Tag: android-x86-4.4-r1~662^2~54^2~9^2^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=e5167f88f3734a048dc44199f3fff0432589db43;p=android-x86%2Fframeworks-av.git Don't include directly. In newer versions of Linux, stuff you need isn't in that file any more. Change-Id: I62923ed2d92a75ff3182ba2ae27578ce7bde8356 --- diff --git a/media/common_time/ICommonClock.cpp b/media/common_time/ICommonClock.cpp index 28b43acff1..25ae69eda9 100644 --- a/media/common_time/ICommonClock.cpp +++ b/media/common_time/ICommonClock.cpp @@ -13,7 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#include + +#include #include #include diff --git a/media/common_time/ICommonTimeConfig.cpp b/media/common_time/ICommonTimeConfig.cpp index 8eb37cb806..67167b0c07 100644 --- a/media/common_time/ICommonTimeConfig.cpp +++ b/media/common_time/ICommonTimeConfig.cpp @@ -13,7 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#include + +#include #include #include