Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(713)

Unified Diff: ppapi/c/pp_stdint.h

Issue 6711047: Fix up some types in the API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ppapi/c/pp_stdint.h
diff --git a/ppapi/c/pp_stdint.h b/ppapi/c/pp_stdint.h
index ed397f5233a30277259f2cc54285eb273b9adbb8..6117af6bb2010d94b62771af276b05430b0b8b16 100644
--- a/ppapi/c/pp_stdint.h
+++ b/ppapi/c/pp_stdint.h
@@ -49,7 +49,5 @@ typedef unsigned __int64 uint64_t;
#include <stdint.h>
#endif
-#include <stddef.h> /* Needed for size_t. */
-
#endif /* PPAPI_C_PP_STDINT_H_ */

Powered by Google App Engine
This is Rietveld 408576698