aboutsummaryrefslogtreecommitdiff
path: root/webrtc/system_wrappers/source/tick_util.cc
diff options
context:
space:
mode:
authorpbos@webrtc.org <pbos@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-08-05 16:22:53 +0000
committerpbos@webrtc.org <pbos@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-08-05 16:22:53 +0000
commit12dc1a38ca54a000e4fecfbc6d41138b895c9ca5 (patch)
tree3dab4ada21d5e7e585822e4ea89d057b13b57517 /webrtc/system_wrappers/source/tick_util.cc
parentc3d93c692169121fc815cd32ac3527de64c4af89 (diff)
downloadwebrtc-12dc1a38ca54a000e4fecfbc6d41138b895c9ca5.tar.gz
Switch C++-style C headers with their C equivalents.
The C++ headers define the C functions within the std:: namespace, but we mainly don't use the std:: namespace for C functions. Therefore we should include the C headers. BUG=1833 R=tommi@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1917004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4486 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'webrtc/system_wrappers/source/tick_util.cc')
-rw-r--r--webrtc/system_wrappers/source/tick_util.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/webrtc/system_wrappers/source/tick_util.cc b/webrtc/system_wrappers/source/tick_util.cc
index 45302ba998..8895b9172d 100644
--- a/webrtc/system_wrappers/source/tick_util.cc
+++ b/webrtc/system_wrappers/source/tick_util.cc
@@ -10,7 +10,7 @@
#include "webrtc/system_wrappers/interface/tick_util.h"
-#include <cassert>
+#include <assert.h>
namespace webrtc {