commit | fcad05e8dc1383942db081a6db9948341caad693 | [log] [tgz] |
---|---|---|
author | Naseer Ahmed <naseer@codeaurora.org> | Tue Mar 06 20:41:14 2018 -0500 |
committer | Naseer Ahmed <naseer@codeaurora.org> | Wed Mar 21 10:15:56 2018 -0400 |
tree | f0d126abaa4cefb7d97b1c70be5679afc1a5e929 | |
parent | da214ec7746c85d1594be7dd84d167527bea72c9 [diff] [blame] |
display: Use log.h from VNDK Change-Id: I8aa8566036a44b1587f5cfe6c745e11a3dd19481
diff --git a/libqservice/IQHDMIClient.cpp b/libqservice/IQHDMIClient.cpp index 9f5044a..6379e57 100644 --- a/libqservice/IQHDMIClient.cpp +++ b/libqservice/IQHDMIClient.cpp
@@ -26,7 +26,7 @@ * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <utils/Log.h> +#include <log/log.h> #include <binder/Parcel.h> #include "IQHDMIClient.h"