]> git.proxmox.com Git - libgit2.git/blame - src/attr.h
Upload to experimental
[libgit2.git] / src / attr.h
CommitLineData
df743c7d 1/*
359fc2d2 2 * Copyright (C) the libgit2 contributors. All rights reserved.
df743c7d
RB
3 *
4 * This file is part of libgit2, distributed under the GNU GPL v2 with
5 * a Linking Exception. For full terms see the included COPYING file.
6 */
7#ifndef INCLUDE_attr_h__
8#define INCLUDE_attr_h__
9
eae0bfdc
PP
10#include "common.h"
11
df743c7d 12#include "attr_file.h"
7d490872 13#include "attrcache.h"
e8c96ed2 14
df743c7d 15#endif