mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
ZStandard: Move includes to the file they are actually used in
This commit is contained in:
parent
fa08080f06
commit
7af8f58e48
|
@ -20,6 +20,8 @@
|
|||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "absl/flags/flag.h"
|
||||
#include "absl/flags/parse.h"
|
||||
#include "contrib/zstd/sandboxed.h"
|
||||
#include "contrib/zstd/utils/utils_zstd.h"
|
||||
|
||||
|
|
|
@ -21,8 +21,6 @@
|
|||
#include <memory>
|
||||
|
||||
#include "sapi_zstd.sapi.h" // NOLINT(build/include)
|
||||
#include "absl/flags/flag.h"
|
||||
#include "absl/flags/parse.h"
|
||||
|
||||
class ZstdSapiSandbox : public ZstdSandbox {
|
||||
public:
|
||||
|
|
Loading…
Reference in New Issue
Block a user