From d2529f28308ba7583f4d8baaa937218d81cbe8bd Mon Sep 17 00:00:00 2001 From: Sergio Giro Date: Wed, 23 Sep 2015 16:22:59 +0100 Subject: libutils: hide SharedBuffer by moving SharedBuffer.h to the implementation directory Some methods in header files of classes using SharedBuffer need to be moved to the implementation files accordingly Change-Id: I891f3ace2b940ab219e4e449040bfed71c0547db --- libutils/SharedBuffer.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libutils/SharedBuffer.cpp') diff --git a/libutils/SharedBuffer.cpp b/libutils/SharedBuffer.cpp index 3555fb712..003e38697 100644 --- a/libutils/SharedBuffer.cpp +++ b/libutils/SharedBuffer.cpp @@ -17,9 +17,10 @@ #include #include -#include #include +#include "SharedBuffer.h" + // --------------------------------------------------------------------------- namespace android { -- cgit v1.2.3