Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
git2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
git2
Commits
dd3fd682
Commit
dd3fd682
authored
Oct 05, 2011
by
Vicent Marti
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvc: Remove superfluous includes
parent
c060854e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
16 deletions
+1
-16
deps/http-parser/http_parser.h
+1
-15
include/git2/config.h
+0
-1
No files found.
deps/http-parser/http_parser.h
View file @
dd3fd682
...
...
@@ -33,21 +33,7 @@ extern "C" {
#endif
#include <sys/types.h>
#if defined(_WIN32) && !defined(__MINGW32__) && !defined(_MSC_VER)
typedef
__int8
int8_t
;
typedef
unsigned
__int8
uint8_t
;
typedef
__int16
int16_t
;
typedef
unsigned
__int16
uint16_t
;
typedef
__int32
int32_t
;
typedef
unsigned
__int32
uint32_t
;
typedef
__int64
int64_t
;
typedef
unsigned
__int64
uint64_t
;
typedef
unsigned
int
size_t
;
typedef
int
ssize_t
;
#else
#include <stdint.h>
#endif
#include "git2/common.h"
/* Compile with -DHTTP_PARSER_STRICT=0 to make less checks, but run
* faster
...
...
include/git2/config.h
View file @
dd3fd682
...
...
@@ -9,7 +9,6 @@
#include "common.h"
#include "types.h"
#include <stdint.h>
/**
* @file git2/config.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