chore: Unicode remove use of common/Common and use system headers needed directly
This commit is contained in:
committed by
Chris Rizzitello
parent
c4fd8699f9
commit
66efc9c70e
@ -7,6 +7,8 @@
|
||||
|
||||
#include "base/Unicode.h"
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
//
|
||||
// local utility functions
|
||||
//
|
||||
|
||||
@ -7,8 +7,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "common/Common.h"
|
||||
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
|
||||
//! Unicode utility functions
|
||||
|
||||
Reference in New Issue
Block a user