More IWYU annotations

PiperOrigin-RevId: 560004823
Change-Id: If4d5048d01b09041c8b7175498a751df51ac0ba6
pull/171/head
Wiktor Garbacz 2023-08-25 00:34:12 -07:00 committed by Copybara-Service
parent c175ac2c20
commit 7de1c4d8d0
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@
#ifndef SANDBOXED_API_VARS_H_
#define SANDBOXED_API_VARS_H_
// IWYU pragma: begin_exports
#include "sandboxed_api/var_array.h"
#include "sandboxed_api/var_int.h"
#include "sandboxed_api/var_lenval.h"
@ -22,5 +23,6 @@
#include "sandboxed_api/var_ptr.h"
#include "sandboxed_api/var_struct.h"
#include "sandboxed_api/var_void.h"
// IWYU pragma: end_exports
#endif // SANDBOXED_API_VARS_H_