Commit af7f7b75 authored by Anthony Martin's avatar Anthony Martin

lib9/utf: remove unneccesary includes

R=golang-dev, r, bradfitz
CC=golang-dev
https://golang.org/cl/8651043
parent 31be5dea
...@@ -12,8 +12,6 @@ ...@@ -12,8 +12,6 @@
* REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY * REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
* OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE. * OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
*/ */
#include <stdarg.h>
#include <string.h>
#include "utf.h" #include "utf.h"
#include "utfdef.h" #include "utfdef.h"
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
* REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY * REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
* OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE. * OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
*/ */
#include <stdarg.h> #define _BSD_SOURCE 1
#include <string.h> #include <string.h>
#include "utf.h" #include "utf.h"
#include "utfdef.h" #include "utfdef.h"
......
...@@ -11,8 +11,6 @@ ...@@ -11,8 +11,6 @@
* REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY * REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
* OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE. * OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
*/ */
#include <stdarg.h>
#include <string.h>
#include "utf.h" #include "utf.h"
#include "utfdef.h" #include "utfdef.h"
......
...@@ -11,8 +11,6 @@ ...@@ -11,8 +11,6 @@
* REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY * REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
* OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE. * OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
*/ */
#include <stdarg.h>
#include <string.h>
#include "utf.h" #include "utf.h"
#include "utfdef.h" #include "utfdef.h"
......
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
* REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY * REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
* OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE. * OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
*/ */
#include <stdarg.h>
#include <string.h> #include <string.h>
#include "utf.h" #include "utf.h"
#include "utfdef.h" #include "utfdef.h"
......
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
* REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY * REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
* OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE. * OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
*/ */
#include <stdarg.h>
#include <string.h> #include <string.h>
#include "utf.h" #include "utf.h"
#include "utfdef.h" #include "utfdef.h"
......
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
* REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY * REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
* OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE. * OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
*/ */
#include <stdarg.h>
#include <string.h> #include <string.h>
#include "utf.h" #include "utf.h"
#include "utfdef.h" #include "utfdef.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment