9 lines
179 B
C
9 lines
179 B
C
#pragma once
|
|
|
|
/* Compatibility umbrella header. Prefer including headers from src/base in new
|
|
* code. */
|
|
|
|
#include "base/log.h"
|
|
#include "base/macros.h"
|
|
#include "base/memory.h"
|