libgit2/src/git/config.h.in
Andreas Ericsson c6ebb4a940 Remove license top-comment from public header files
Since it's being added when we install the headers anyway,
we might as well get rid of it. If anything, we should point
coders to the COPYING file in the project's root directory
instead of duplicating the same (large-ish) text everywhere.

Signed-off-by: Andreas Ericsson <ae@op5.se>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
2008-11-22 12:08:00 -08:00

7 lines
98 B
C

#ifndef INCLUDE_git_config_h__
#define INCLUDE_git_config_h__
#include "git/os/@@OS@@.h"
#endif