Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
af7f7b75
Commit
af7f7b75
authored
May 31, 2013
by
Anthony Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lib9/utf: remove unneccesary includes
R=golang-dev, r, bradfitz CC=golang-dev
https://golang.org/cl/8651043
parent
31be5dea
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
1 addition
and
10 deletions
+1
-10
src/lib9/utf/rune.c
src/lib9/utf/rune.c
+0
-2
src/lib9/utf/utfecpy.c
src/lib9/utf/utfecpy.c
+1
-1
src/lib9/utf/utflen.c
src/lib9/utf/utflen.c
+0
-2
src/lib9/utf/utfnlen.c
src/lib9/utf/utfnlen.c
+0
-2
src/lib9/utf/utfrrune.c
src/lib9/utf/utfrrune.c
+0
-1
src/lib9/utf/utfrune.c
src/lib9/utf/utfrune.c
+0
-1
src/lib9/utf/utfutf.c
src/lib9/utf/utfutf.c
+0
-1
No files found.
src/lib9/utf/rune.c
View file @
af7f7b75
...
...
@@ -12,8 +12,6 @@
* REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
* OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
*/
#include <stdarg.h>
#include <string.h>
#include "utf.h"
#include "utfdef.h"
...
...
src/lib9/utf/utfecpy.c
View file @
af7f7b75
...
...
@@ -11,7 +11,7 @@
* REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
* OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
*/
#
include <stdarg.h>
#
define _BSD_SOURCE 1
#include <string.h>
#include "utf.h"
#include "utfdef.h"
...
...
src/lib9/utf/utflen.c
View file @
af7f7b75
...
...
@@ -11,8 +11,6 @@
* REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
* OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
*/
#include <stdarg.h>
#include <string.h>
#include "utf.h"
#include "utfdef.h"
...
...
src/lib9/utf/utfnlen.c
View file @
af7f7b75
...
...
@@ -11,8 +11,6 @@
* REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
* OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
*/
#include <stdarg.h>
#include <string.h>
#include "utf.h"
#include "utfdef.h"
...
...
src/lib9/utf/utfrrune.c
View file @
af7f7b75
...
...
@@ -11,7 +11,6 @@
* REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
* OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
*/
#include <stdarg.h>
#include <string.h>
#include "utf.h"
#include "utfdef.h"
...
...
src/lib9/utf/utfrune.c
View file @
af7f7b75
...
...
@@ -11,7 +11,6 @@
* REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
* OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
*/
#include <stdarg.h>
#include <string.h>
#include "utf.h"
#include "utfdef.h"
...
...
src/lib9/utf/utfutf.c
View file @
af7f7b75
...
...
@@ -11,7 +11,6 @@
* REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
* OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
*/
#include <stdarg.h>
#include <string.h>
#include "utf.h"
#include "utfdef.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment