mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
More IWYU annotations
PiperOrigin-RevId: 560004823 Change-Id: If4d5048d01b09041c8b7175498a751df51ac0ba6
This commit is contained in:
parent
c175ac2c20
commit
7de1c4d8d0
|
@ -15,6 +15,7 @@
|
||||||
#ifndef SANDBOXED_API_VARS_H_
|
#ifndef SANDBOXED_API_VARS_H_
|
||||||
#define SANDBOXED_API_VARS_H_
|
#define SANDBOXED_API_VARS_H_
|
||||||
|
|
||||||
|
// IWYU pragma: begin_exports
|
||||||
#include "sandboxed_api/var_array.h"
|
#include "sandboxed_api/var_array.h"
|
||||||
#include "sandboxed_api/var_int.h"
|
#include "sandboxed_api/var_int.h"
|
||||||
#include "sandboxed_api/var_lenval.h"
|
#include "sandboxed_api/var_lenval.h"
|
||||||
|
@ -22,5 +23,6 @@
|
||||||
#include "sandboxed_api/var_ptr.h"
|
#include "sandboxed_api/var_ptr.h"
|
||||||
#include "sandboxed_api/var_struct.h"
|
#include "sandboxed_api/var_struct.h"
|
||||||
#include "sandboxed_api/var_void.h"
|
#include "sandboxed_api/var_void.h"
|
||||||
|
// IWYU pragma: end_exports
|
||||||
|
|
||||||
#endif // SANDBOXED_API_VARS_H_
|
#endif // SANDBOXED_API_VARS_H_
|
||||||
|
|
Loading…
Reference in New Issue
Block a user