File: std.h

package info (click to toggle)
wxwidgets2.6 2.6.3.2.1.5%2Betch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 83,228 kB
  • ctags: 130,941
  • sloc: cpp: 820,043; ansic: 113,030; python: 107,485; makefile: 42,996; sh: 10,305; lex: 194; yacc: 128; xml: 95; pascal: 74
file content (33 lines) | stat: -rw-r--r-- 902 bytes parent folder | download | duplicates (4)
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
// RCS-ID:      $Id: std.h,v 1.8 2004/06/01 18:27:09 ABX Exp $

//---------------------------------------------------------------------------
//-- all #includes that the whole Project needs. ----------------------------
//---------------------------------------------------------------------------

#include <wx/config.h>
#include <wx/dbtable.h>
#include <wx/grid.h>
#include <wx/file.h>
#include <wx/wxhtml.h>
#include <wx/image.h>
#include <wx/imaglist.h>
#include <wx/intl.h>
#include <wx/laywin.h>
#include <wx/listctrl.h>
#include <wx/splitter.h>
#include <wx/textctrl.h>
#include <wx/toolbar.h>
#include <wx/treectrl.h>

//---------------------------

#include "tabpgwin.h"
#include "dlguser.h"
#include "browsedb.h"
#include "dbtree.h"
#include "dbgrid.h"
#include "pgmctrl.h"
#include "doc.h"
#include "dbbrowse.h"

//---------------------------------------------------------------------------