1 /* BEGIN INCLUDE FILE mowse.h */
 2 
 3 /* HISTORY COMMENTS:
 4   1) change(86-08-15,Lee), approve(87-07-13,MCR7580), audit(87-07-13,Leskiw),
 5      install(87-08-07,MR12.1-1072):
 6      Created.
 7                                                    END HISTORY COMMENTS */
 8 
 9 /* FUNCTION
10 
11 Include all of the background application include files.
12 */
13 
14 #include <mowsdefs.h>
15 #include <ws.h>
16 #include <alloc.h>
17 #include <ws_mcb.h>
18 #include <ws_error.h>
19 #include <wsmincap.h>
20 
21 /* END INCLUDE FILE mowse.h */
22 ^Z