Move buffer.cpp/h from base to Common
This commit is contained in:
parent
17a9767585
commit
311fe431d0
17 changed files with 23 additions and 34 deletions
|
@ -41,10 +41,9 @@
|
|||
#include <algorithm>
|
||||
#include <iomanip>
|
||||
|
||||
#include "base/buffer.h"
|
||||
|
||||
#include "Common.h"
|
||||
#include "StringUtils.h"
|
||||
#include "Common/Common.h"
|
||||
#include "Common/Buffer.h"
|
||||
#include "Common/StringUtils.h"
|
||||
|
||||
void truncate_cpy(char *dest, size_t destSize, const char *src) {
|
||||
size_t len = strlen(src);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue