xref: /reactos/sdk/lib/inflib/inflib.h (revision 50cf16b3)
1 /*
2  * PROJECT:    .inf file parser
3  * LICENSE:    GPL - See COPYING in the top level directory
4  * COPYRIGHT:  Copyright 2005 Ge van Geldorp <gvg@reactos.org>
5  */
6 
7 #ifndef _INFLIB_PCH_
8 #define _INFLIB_PCH_
9 
10 #include <ctype.h>
11 #include <stddef.h>
12 #include <stdlib.h>
13 
14 #include "builddep.h"
15 #include "infcommon.h"
16 #include "infpriv.h"
17 
18 #endif /* _INFLIB_PCH_ */
19