Commit | Line | Data |
---|---|---|
990570ed DG |
1 | /* |
2 | * Copyright (C) 2011 - David Goulet <david.goulet@polymtl.ca> | |
3 | * Mathieu Desnoyers <mathieu.desnoyers@efficios.com> | |
4 | * | |
d14d33bf AM |
5 | * This program is free software; you can redistribute it and/or modify |
6 | * it under the terms of the GNU General Public License, version 2 only, | |
7 | * as published by the Free Software Foundation. | |
990570ed DG |
8 | * |
9 | * This program is distributed in the hope that it will be useful, but WITHOUT | |
10 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | |
d14d33bf | 11 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for |
990570ed DG |
12 | * more details. |
13 | * | |
d14d33bf AM |
14 | * You should have received a copy of the GNU General Public License along |
15 | * with this program; if not, write to the Free Software Foundation, Inc., | |
16 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | |
990570ed DG |
17 | */ |
18 | ||
19 | #ifndef _COMMON_H | |
20 | #define _COMMON_H | |
21 | ||
db758600 | 22 | #include "error.h" |
990570ed DG |
23 | #include "macros.h" |
24 | #include "runas.h" | |
33b14136 | 25 | #include "readwrite.h" |
990570ed DG |
26 | |
27 | #endif /* _COMMON_H */ |