commit | ef2bbc277de8df5748fbb7d1526c703d39973088 | [log] [tgz] |
---|---|---|
author | Joshua Duong <[email protected]> | Wed Oct 05 11:59:15 2022 -0700 |
committer | Joshua Duong <[email protected]> | Wed Oct 05 17:55:47 2022 -0700 |
tree | c8c1f2eff3a5b778ef5ddd695182cc76b2d14133 | |
parent | 66daf70e8156963ebdd50fe9eab45d93a8080443 [diff] [blame] |
base to aemu/base refactor. Bug: 237805597 Test: presubmit Change-Id: I53c00f6cea9dcf63f9725673e7f721e79e8b727c
diff --git a/stream-servers/apigen-codec-common/ProtocolUtils.h b/stream-servers/apigen-codec-common/ProtocolUtils.h index ac65143..5db7515 100644 --- a/stream-servers/apigen-codec-common/ProtocolUtils.h +++ b/stream-servers/apigen-codec-common/ProtocolUtils.h
@@ -1,6 +1,6 @@ #pragma once -#include "base/Tracing.h" +#include "aemu/base/Tracing.h" #include <assert.h> #include <stddef.h>