move development libs to the correct location.
[AROS-Contrib.git] / development / libs / libini / inifile_intern.h
bloba28cc35fb22dfe73eb3045282b635700ecd6523d
1 /*
2 Copyright © 2002-2004, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #ifndef INIFILE_INTERN_H
7 #define INIFILE_INTERN_H
9 #include <exec/types.h>
10 #include <exec/libraries.h>
11 #include <exec/memory.h>
12 #include <exec/semaphores.h>
13 #include <exec/execbase.h>
14 #include <aros/asmcall.h>
15 #include <dos/dos.h>
16 #include <utility/utility.h>
18 extern struct ExecBase *SysBase;
20 #endif /* INIFILE_INTERN_H */