diff options
Diffstat (limited to 'ppapi/c/ppb_var.h')
-rw-r--r-- | ppapi/c/ppb_var.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ppapi/c/ppb_var.h b/ppapi/c/ppb_var.h index 6f7ce0b..d22b5ce 100644 --- a/ppapi/c/ppb_var.h +++ b/ppapi/c/ppb_var.h @@ -6,10 +6,8 @@ #define PPAPI_C_PPB_VAR_H_ #include "ppapi/c/pp_bool.h" -#include "ppapi/c/pp_instance.h" #include "ppapi/c/pp_macros.h" #include "ppapi/c/pp_module.h" -#include "ppapi/c/pp_resource.h" #include "ppapi/c/pp_stdint.h" #include "ppapi/c/pp_var.h" @@ -75,7 +73,8 @@ struct PPB_Var { * string object. */ struct PP_Var (*VarFromUtf8)(PP_Module module, - const char* data, uint32_t len); + const char* data, + uint32_t len); /** * VarToUtf8() converts a string-type var to a char* encoded in UTF-8. This |