diff options
author | Edward Thomson <ethomson@microsoft.com> | 2015-02-03 18:41:15 -0500 |
---|---|---|
committer | Edward Thomson <ethomson@microsoft.com> | 2015-02-03 18:43:57 -0500 |
commit | 710f66af351abb43e43e27ac23cb488babbaa04e (patch) | |
tree | 1e187056d7e46b52a9e91657c27af5af5c077d1b /src/common.h | |
parent | 471b10bd8fc2ff37228ada82cc710304905a5cef (diff) | |
download | libgit2-710f66af351abb43e43e27ac23cb488babbaa04e.tar.gz |
bswap: remove unused bswap
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h index a8f60fe48..4b4a99775 100644 --- a/src/common.h +++ b/src/common.h @@ -58,7 +58,6 @@ #include "git2/types.h" #include "git2/errors.h" #include "thread-utils.h" -#include "bswap.h" #include <regex.h> |