xref: /openbsd/gnu/usr.bin/cvs/os2/os2inc.h (revision 461cc63e)
1 /* This file is used to make the os/2 header files idempotent.
2    Written 11/96 by Ullrich von Bassewitz (uz@musoftware.com)
3 
4    This program is free software; you can redistribute it and/or modify
5    it under the terms of the GNU General Public License as published by
6    the Free Software Foundation; either version 2, or (at your option)
7    any later version.
8 
9    This program is distributed in the hope that it will be useful,
10    but WITHOUT ANY WARRANTY; without even the implied warranty of
11    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12    GNU General Public License for more details.  */
13 
14 #ifndef IN_OS2INC_H
15 #define IN_OS2INC_H
16 
17 #define INCL_BASE
18 #define INCL_SUB
19 #define INCL_KBD
20 #include <os2.h>
21 
22 #endif
23