This is an automated email from the ASF dual-hosted git repository.

bcall pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 6e35780  Undoes some damage from clang-tidy on C sources
6e35780 is described below

commit 6e35780e43d7313d18b7ee260e3e0c239d917104
Author: Leif Hedstrom <zw...@apache.org>
AuthorDate: Thu May 17 09:32:53 2018 -0600

    Undoes some damage from clang-tidy on C sources
---
 plugins/experimental/mysql_remap/lib/dictionary.h | 6 +++---
 plugins/experimental/mysql_remap/lib/iniparser.h  | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/plugins/experimental/mysql_remap/lib/dictionary.h 
b/plugins/experimental/mysql_remap/lib/dictionary.h
index 31a9f41..1f784e4 100644
--- a/plugins/experimental/mysql_remap/lib/dictionary.h
+++ b/plugins/experimental/mysql_remap/lib/dictionary.h
@@ -48,9 +48,9 @@
                                                                 Includes
  ---------------------------------------------------------------------------*/
 
-#include <cstdio>
-#include <cstdlib>
-#include <cstring>
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
 #include <unistd.h>
 
 /*---------------------------------------------------------------------------
diff --git a/plugins/experimental/mysql_remap/lib/iniparser.h 
b/plugins/experimental/mysql_remap/lib/iniparser.h
index 546a41f..d9bb650 100644
--- a/plugins/experimental/mysql_remap/lib/iniparser.h
+++ b/plugins/experimental/mysql_remap/lib/iniparser.h
@@ -42,9 +42,9 @@
                                                                 Includes
  ---------------------------------------------------------------------------*/
 
-#include <cstdio>
-#include <cstdlib>
-#include <cstring>
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
 
 /*
  * The following #include is necessary on many Unixes but not Linux.

-- 
To stop receiving notification emails like this one, please contact
bc...@apache.org.

Reply via email to