summaryrefslogtreecommitdiffstats
path: root/data/mnet/GP10/Host/cdr/include/StdAfx.h
blob: 598700170edd0d6942203d000eb11eac2b596565 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
#ifndef __STDAFX_H__
#define __STDAFX_H__
// *******************************************************************
//
// (c) Copyright CISCO Systems Inc. 2000
// All Rights Reserved
//
// *******************************************************************

// *******************************************************************
//
// Version     : 1.0
// Status      : Under development
// File        : stdafx.h
// Author(s)   : Igal Gutkin
// Create Date : 11/08/00
// Description : include file for standard system include files,
//               or project specific include files that are used
//               frequently, but are changed infrequently
// *******************************************************************

#include <vxworks.h>
#include <stdio.h>
#include <ctype.h>

#include <string.h>
#include <time.h>

#include <sockLib.h>
#include <hostLib.h>
#include <ioLib.h>

#include "MnetModuleId.h"

#include "defs.h"
#include "cdrdefs.h"


#include "CdrDbg.h"


#endif //__STDAFX_H__