Eliminate unnecessary #include

R=henrika@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/14979004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@6690 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
kwiberg@webrtc.org 2014-07-15 12:50:13 +00:00
parent 324f63ca38
commit ffa8dcab1e

View File

@ -14,8 +14,6 @@
#ifndef WEBRTC_BASE_CHECKS_H_
#define WEBRTC_BASE_CHECKS_H_
#include <string.h>
namespace rtc {
// Prints an error message to stderr and aborts execution.