summaryrefslogtreecommitdiff
path: root/TAO/utils/wxNamingViewer/pch.h
blob: 4a00380b33592eb295ec159fd38f8a42db6c3e98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// $Id$
// pch.h

#ifndef i_pch_h
#define i_pch_h

#include "ace/config.h"
#include "wx/wxprec.h"

#ifdef WX_PRECOMP
#include "tao/corba.h"
#endif

#ifdef __BORLANDC__
    #pragma hdrstop
#endif
#ifndef WX_PRECOMP
    #include "wx/wx.h"
    #include "tao/corba.h"
#endif

#endif