diff options
Diffstat (limited to '')
-rw-r--r-- | edify/include/edify/expr.h (renamed from edify/expr.h) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/edify/expr.h b/edify/include/edify/expr.h index 32828028a..770d1cf0d 100644 --- a/edify/expr.h +++ b/edify/include/edify/expr.h @@ -23,7 +23,7 @@ #include <string> #include <vector> -// Forward declaration to avoid including "error_code.h". +// Forward declaration to avoid including "otautil/error_code.h". enum ErrorCode : int; enum CauseCode : int; |