From 16a67770b7d8d72317c4b775213c23a8bd74f5e0 Mon Sep 17 00:00:00 2001 From: "Shawn O. Pearce" Date: Sat, 1 Nov 2008 16:53:06 -0700 Subject: Create a micro abstraction around the POSIX file APIs This way we can start to write IO code to read and write files in the Git object database, but provide a hook to inject native Win32 APIs instead so libgit2 can be ported to run natively on that platform. Signed-off-by: Shawn O. Pearce --- include/git/commit.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/git/commit.h') diff --git a/include/git/commit.h b/include/git/commit.h index 4d8d0fd9c..88bb8fe27 100644 --- a/include/git/commit.h +++ b/include/git/commit.h @@ -28,7 +28,6 @@ #include "git/common.h" #include "git/oid.h" -#include /** * @file git/commit.h -- cgit v1.2.1