summaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@microsoft.com>2015-02-03 18:41:15 -0500
committerEdward Thomson <ethomson@microsoft.com>2015-02-03 18:43:57 -0500
commit710f66af351abb43e43e27ac23cb488babbaa04e (patch)
tree1e187056d7e46b52a9e91657c27af5af5c077d1b /src/common.h
parent471b10bd8fc2ff37228ada82cc710304905a5cef (diff)
downloadlibgit2-710f66af351abb43e43e27ac23cb488babbaa04e.tar.gz
bswap: remove unused bswap
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h1
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>