summaryrefslogtreecommitdiff
path: root/rbutil/wx_pch.h
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/wx_pch.h')
-rw-r--r--rbutil/wx_pch.h43
1 files changed, 0 insertions, 43 deletions
diff --git a/rbutil/wx_pch.h b/rbutil/wx_pch.h
deleted file mode 100644
index c4da9a20ef..0000000000
--- a/rbutil/wx_pch.h
+++ /dev/null
@@ -1,43 +0,0 @@
1/***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * Module: rbutil
9 * File: wx_pch.h
10 *
11 * Copyright (C) 2005 wxWidgets team
12 *
13 * All files in this archive are subject to the GNU General Public License.
14 * See the file COPYING in the source tree root for full license agreement.
15 *
16 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
17 * KIND, either express or implied.
18 *
19 ****************************************************************************/
20
21#ifndef WX_PCH_H_INCLUDED
22#define WX_PCH_H_INCLUDED
23
24#if ( defined(USE_PCH) && !defined(WX_PRECOMP) )
25 #define WX_PRECOMP
26#endif // USE_PCH
27
28// basic wxWidgets headers
29#include <wx/wxprec.h>
30
31#ifdef __BORLANDC__
32 #pragma hdrstop
33#endif
34
35#ifndef WX_PRECOMP
36 #include <wx/wx.h>
37#endif
38
39#ifdef USE_PCH
40 // put here all your rarely-changing header files
41#endif // USE_PCH
42
43#endif // WX_PCH_H_INCLUDED