blob: 034e732f1a9d999e23c03d94dd810d3e9b81b977 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
//////////////////////////////////////////////////////////////////////////
//
// pgAdmin III - PostgreSQL Tools
// RCS-ID: $Id$
// Copyright (C) 2002 - 2009, The pgAdmin Development Team
// This software is released under the BSD Licence
//
// precomp.cpp - precompiled header
//
//////////////////////////////////////////////////////////////////////////
#include <wx/wxprec.h>
#include "pgAdmin3.h"
|