From 5417da69b7e150bcfb9c18304c0aa95d8caf7f34 Mon Sep 17 00:00:00 2001 From: Victor Costan Date: Wed, 29 Apr 2020 19:32:47 +0000 Subject: Switch from C headers to C++ headers. This CL makes the following substitutions. * assert.h -> cassert * math.h -> cmath * stdarg.h -> cstdarg * stdio.h -> cstdio * stdlib.h -> cstdlib * string.h -> cstring stddef.h and stdint.h are not migrated to C++ headers. PiperOrigin-RevId: 309074805 --- snappy.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'snappy.cc') diff --git a/snappy.cc b/snappy.cc index 0aab795..6daddc0 100644 --- a/snappy.cc +++ b/snappy.cc @@ -68,9 +68,8 @@ #include #endif -#include - #include +#include #include #include #include -- cgit v1.2.1